Accusoft NotateXpress 13
GrpGetNextItem Method
The handle of a layer returned by the CreateLayer method.
The handle of a group returned by the GrpCreateGroup method.
Description
Gets the sequence number of the next annotation element in an enumeration sequence of annotation elements in the specified group.
Syntax
Visual Basic
Public Function GrpGetNextItem( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long _
) As Long
Parameters
layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
Return Type
The next item within the given group.
Remarks

A returned value of zero indicates that there are no more elements associated within the given group.

Note: You must call the GrpGetFirstItem method before calling this method.

See Also

NotateXpress Object  | NotateXpress Members  | GrpGetFirstItem Method  | Groups

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback