AttributeSet.CopyTo Method
Parent Object: AttributeSetDescription
Copies the Attribute Set to another object. Returns reference to the copied Attribute Set.
Syntax
AttributeSet.CopyTo( Object As Object, [ReplaceExisting] As Boolean ) As AttributeSetParameters
Name | Type | Description |
Object | Object | The object to copy to. |
ReplaceExisting | Boolean | Indictates whether to replaces an existing attribute set. This is an optional argument whose default value is False. |