Accusoft NotateXpress 12
PrgGetItemUserLong 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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetItemUserLong Method

Glossary Item Box

Description

Gets a long that the application may associate with a specific element for the specific layer.

Syntax

Visual Basic
Public Function PrgGetItemUserLong( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long _
) 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.

Return Type

The value which is associated with the given element.

Remarks

The UserLong is a long value allocated by each element and reserved for use by the application to store a private long value to associate to an element.

See Also

©2013. Accusoft Corporation. All Rights Reserved.