Adds all of the currently selected annotation elements on the specified layer to the specified group.
Visual Basic |
---|
Public Sub GrpAddSelected( _ ByVal layerHandle As Long, _ ByVal groupID As Long _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- groupID
- The handle of a group returned by the GrpCreateGroup method.
If there are no selected items, no error is generated.
If the group is yoked, the items will be added to the group and the group's selected attribute set to True.
The individual items are then deselected.