Gets the complete attribute set of an existing annotation item, and applies it to a new element.
Visual Basic |
---|
Public Sub PrgGetItemAttributes( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal elementHandle As Long _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- elementHandle
- The handle of an element returned by the ElementCreate method.
This is used for duplicating an existing element into one being created.
Certain complex attributes such as text, and font will not copy.