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