Precision Property (original) (raw)

Syntax

C#

Objective-C

C++/CLI

Java

Python

public virtual int Precision { get; set; } 
@property (nonatomic, assign) NSInteger precision; 

public int getPrecision() public void setPrecision(int precision)

public: virtual property Int32 Precision { Int32 get() void set(Int32 value) }

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.

Leadtools.Annotations.Engine Assembly