←Select platform

Precision Property

Summary

Gets or sets the precision value used for the length of this AnnPolyRulerObject.

Syntax

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

Property Value

The precision value used for the length of ruler.

Remarks

The precision value is the number of digits that should appear to the right of the decimal point when showing this AnnPolyRulerObject length. For example, if the ruler length is 135.683 and the precision is 2, the value 135.68 will show.

Example

For C#/VB examples, refer to AnnPolyRulerObject.

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.Windows.Annotations Assembly