Accusoft NotateXpress 12
PrgSequenceFromEntry Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
entryNum
The one-based index entry of the element requested.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSequenceFromEntry Method

Glossary Item Box

Description

Gets the unique sequence number of the specified (one-based) annotation element in the specified layer.

Syntax

Visual Basic
Public Function PrgSequenceFromEntry( _
   ByVal layerHandle As Long, _
   ByVal entryNum As Long _
) As Long

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
entryNum
The one-based index entry of the element requested.

Return Type

The element's sequence number.

Remarks

If the requested element (entryNum) is greater than the number of elements in the layer, this will return an "Item Not Found"

See Also

©2013. Accusoft Corporation. All Rights Reserved.