Accusoft NotateXpress 12
PrgGetItemAttributes Method
See Also  Send comments on this topic.
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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetItemAttributes Method

Glossary Item Box

Description

Gets the complete attribute set of an existing annotation item, and applies it to a new element.

Syntax

Visual Basic
Public Sub PrgGetItemAttributes( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal elementHandle As Long _
) 

Parameters

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.

Remarks

This is used for duplicating an existing element into one being created.

Certain complex attributes such as text, and font will not copy. 

See Also

©2013. Accusoft Corporation. All Rights Reserved.