Gets the group ID of the next group in an enumeration sequence of groups associated with the specified layer.
Visual Basic |
---|
Public Function GrpGetNextGroupID( _ ByVal layerHandle As Long _ ) As Long |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
The next group ID within the group enumeration of the specified layer.
A returned value of 0 indicates that there are no more groups associated with the specified layer.