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

AnglePrecision Property (IAnnProtractorObject)






Gets or sets the number of digits to the right of the decimal point when displaying the angle of the protractor.
Syntax
int AnglePrecision {get; set;}
'Declaration
 
Property AnglePrecision As Integer
'Usage
 
Dim instance As IAnnProtractorObject
Dim value As Integer
 
instance.AnglePrecision = value
 
value = instance.AnglePrecision
int AnglePrecision {get; set;}
get_AnglePrecision();
set_AnglePrecision(value);
property int AnglePrecision {
   int get();
   void set (    int value);
}

Property Value

The number of digits to display to the right of the decimal point.
Remarks

If the angle is 135.683 degrees and the precision is 2, the value 135.68 will be displayed.

This property is used only if the ShowAngle property is true.


For more information, refer to Using Protractors in Annotation Objects.
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

IAnnProtractorObject Interface
IAnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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