Sets the given attribute value to all members of the specified group that share the attribute.
Visual Basic |
---|
Public Sub GrpSetAttribute( _ ByVal layerHandle As Long, _ ByVal groupID As Long, _ ByVal attributeID As Long, _ ByVal value As Long _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- groupID
- The handle of a group returned by the GrpCreateGroup method.
- attributeID
- A long value which represents the attribute ID.
- value
- A valid attribute chosen from NX_AnnotationAttribute.
See the Attribute Matrix for more detailed attribute information.