←Select platform

AnglePrecision Property

Summary

Gets or sets the number of digits to the right of the decimal point when displaying the angle of the protractor.

Syntax

C#
VB
C++
public int AnglePrecision { get; set; } 
  
Property AnglePrecision As Integer 
property int AnglePrecision { 
   int get(); 
   void set (    int ); 
} 

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. (Deprecated)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly