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