←Select platform

AnglePrecision Property

Summary

Gets or sets the precision value used for the angle of this AnnProtractorObject.

Syntax

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

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

Example

For an example, refer to AnnProtractorObject.

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