Accusoft NotateXpress 12
PrgGetNextItem Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetNextItem Method

Glossary Item Box

Description

Gets the next element in an enumeration sequence of elements for the specific layer.

Syntax

Visual Basic
Public Function PrgGetNextItem( _
   ByVal layerHandle As Long _
) As Long

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.

Return Type

The sequence number of the next element. If there are no more items, this method returns 0.

Remarks

To start the calling sequence, call PrgGetFirstItem.

The enumeration sequence returns elements in Z-order, starting at the bottom.

See Also

©2013. Accusoft Corporation. All Rights Reserved.