Gets or sets the precision value used for the length of this AnnPolyRulerObject.
public virtual int Precision { get; set; }
Public Overridable Property Precision As Integer
public virtual int Precision {get; set;}
@property (nonatomic) int precision;
public int getPrecision()
public void setPrecision(int precision)
get_Precision();
set_Precision(value);
Object.defineProperty('Precision');
public:
virtual property Int32 Precision
{
Int32 get()
void set(Int32 value)
}
The precision value used for the length of ruler.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET