Leadtools.Annotations Namespace > AnnGroupObject Class : UnitAbbreviation Property |
public virtual string UnitAbbreviation {get; set;}
'Declaration Public Overridable Property UnitAbbreviation As String
'Usage Dim instance As AnnGroupObject Dim value As String instance.UnitAbbreviation = value value = instance.UnitAbbreviation
When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the UnitAbbreviation property value of the first annotation object in the group that implements the IAnnRulerObject interface. For more information refer to UnitAbbreviation.
When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the unit UnitAbbreviation property value for each object that implements the IAnnRulerObject interface. For more information refer to UnitAbbreviation.