Gets the sequence number of the first annotation element in an enumeration sequence of annotation elements in the specified group.
Visual Basic |
---|
Public Function GrpGetFirstItem( _ 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 sequence number of the first annotation element within the given group.
A value of zero indicates there are no annotation elements in the given group.