Creates an empty annotation group.
Visual Basic |
---|
Public Function GrpCreateGroup( _ ByVal layerHandle As Long, _ ByVal name As String, _ ByVal userLong As Long _ ) As Long |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- name
- The name of the group to create.
- userLong
- A value which is associated with the new group.
The group ID of the newly created group.
You can subsequently add and remove annotation elements from this group.
Putting annotation elements in a group lets you manipulate these items programmatically as a group, and enables user interface group manipulation of annotation elements.
Note: Groups are associated with specific layers.