MaterialAsset.Duplicate Method
Parent Object: MaterialAssetDescription
Method that creates a copy of this asset within the document using a new display name. This method is only valid when called on an asset that is owned by a document. A failure will occur if you attempt to copy an asset that isn’t owned by a document and if the.
Syntax
MaterialAsset.Duplicate( [NewDisplayName] As Variant ) As AssetParameters
Name | Type | Description |
NewDisplayName | Variant | This is an optional argument whose default value is null. |