Visual Basic (Declaration) | |
---|---|
Overridable Property AnglePrecision As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual int AnglePrecision {get; set;} |
Managed Extensions for C++ | |
---|---|
__property virtual int get_AnglePrecision(); __property virtual void set_AnglePrecision( int value ); |
Return Value
The number of digits to display to the right of the decimal point.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family