Gets the name for the specified group.
Visual Basic |
---|
Public Function GrpGetName( _ ByVal layerHandle As Long, _ ByVal groupID As Long _ ) As String |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- groupID
- The handle of a group returned by the GrpCreateGroup method.
The name of the specified group.
The default name is a null string.