maxon.SubTypeAssetInterface¶
Description¶
Implements the SubTypeAsset. This subtype specializes for example FileAssets.
Methods Signature¶
|
Creates a new SubtypeAsset. |
|
Stores the subtype of an asset. |
Methods Definition¶
-
static
SubTypeAssetInterface.Create()¶ Creates a new SubtypeAsset.
- Returns
- Return type
-
static
SubTypeAssetInterface.SetSubType(target, subtype)¶ Stores the subtype of an asset.
- Parameters
target (
maxon.AssetDescription) – Asset to modify.subtype (
maxon.Id) – Subtype to store.