Gets or sets the number of decimal digits displayed for the mark.
Syntax
int Precision {get; set;}
__property int get_Precision();
__property void set_Precision(
int value
);
property int Precision {
int get();
void set ( int value);
}
'Declaration
Property Precision As Integer
'Usage
Dim instance As IImGearARTRuler
Dim value As Integer
instance.Precision = value
value = instance.Precision
Property Value
Integer value.
See Also