←Select platform

AnglePrecision Property

Summary
Gets or sets the precision value used for the angle of this AnnProtractorObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public int AnglePrecision { get; set; } 
@property (nonatomic, assign) NSInteger anglePrecision; 
public int getAnglePrecision() 
public void setAnglePrecision(int anglePrecision) 
public:  
   property Int32 AnglePrecision 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
AnglePrecision # get and set (AnnProtractorObject) 

Property Value

The precision value used for the angle of this AnnProtractorObject.

Remarks

The precision value is the number of digits that should appear to the right of the decimal point when showing this AnnProtractorObject angle. For example, if the angle is 135.683 degrees and the precision is 2, the value 135.68 will be displayed.

For more information, refer to Using Protractors in Annotation Objects.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.