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

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Function PrgGetFirstItem( _
   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 first element. If there are no items, this method returns 0.

Remarks

To retrieve the remaining elements after calling this method, call PrgGetNextItem.

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.