Share

AttributeSet.CopyTo Method

Parent Object: AttributeSet

Description

Copies the Attribute Set to another object. Returns reference to the copied Attribute Set.

Syntax

AttributeSet.CopyTo( Object As Object, [ReplaceExisting] As Boolean ) As AttributeSet

Parameters

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.

Version

Introduced in version 11

Was this information helpful?