LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AngularUnit Property (AnnGroupObject)






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 AnnAngularUnit AngularUnit {get; set;}
 get_AngularUnit();
set_AngularUnit(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.