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