Gets or sets the number of digits to display after the decimal point of the angle value of this hole callout.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Precision As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICalloutAngleVariable
Dim value As System.Integer
instance.Precision = value
value = instance.Precision |
C# | |
---|
System.int Precision {get; set;} |
C++/CLI | |
---|
property System.int Precision {
System.int get();
void set ( & System.int value);
} |
Property Value
Number of digits displayed after the decimal point of the angle value
See Also
Availability
SOLIDWORKS 2025 FCS, Revision Number 33