←Select platform

Precision Property

Summary

Gets or sets the number of digits to the right of the decimal point when displaying the length of this AnnRulerObject object.

Syntax

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

Property Value

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

Remarks

If the ruler length is 135.683 and the precision is 2, the value 135.68 will be displayed. This property is used only if the ShowLength property is true. For more information, refer to Using Rulers in Annotation Objects. (Deprecated)

Example

For an example, refer to AnnRulerObject.

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