Share

Asset.Duplicate Method

Parent Object: Asset

Description

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

Asset.Duplicate( [NewDisplayName] As Variant ) As Asset

Parameters

Name Type Description
NewDisplayName Variant

This is an optional argument whose default value is null.

Version

Introduced in version 2014

Was this information helpful?