Gets the sequence number of the next annotation element in an enumeration sequence of annotation elements in the specified group.
Visual Basic |
---|
Public Function GrpGetNextItem( _ ByVal layerHandle As Long, _ ByVal groupID As Long _ ) As Long |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- groupID
- The handle of a group returned by the GrpCreateGroup method.
The next item within the given group.
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.