Gets the selected attribute for the specified group.
Visual Basic |
---|
Public Function GrpGetSelected( _ ByVal layerHandle As Long, _ ByVal groupID As Long _ ) As Boolean |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- groupID
- The handle of a group returned by the GrpCreateGroup method.
If the group is selected.
If the group is not yoked, the returned value will always be false.