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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.