LEADTOOLS Annotations (Leadtools.Annotations assembly)

AngularUnit Property (AnnGroupObject)

Show in webframe





Gets or sets the unit of measure used for any angles in this group.
Syntax
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);
}

Property Value

An AnnAngularUnit value that specifies the unit of measure to be used for any angles in this group.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.