Sets the number of digits to display after the decimal point for precision and tolerance values in this display dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPrecision3( _
ByVal Primary As System.Integer, _
ByVal Dual As System.Integer, _
ByVal PrimaryTol As System.Integer, _
ByVal DualTol As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim Primary As System.Integer
Dim Dual As System.Integer
Dim PrimaryTol As System.Integer
Dim DualTol As System.Integer
Dim value As System.Integer
value = instance.SetPrecision3(Primary, Dual, PrimaryTol, DualTol) |
Parameters
- Primary
- Number of digits displayed after the decimal point in the primary precision value (see Remarks)
- Dual
- Number of digits displayed after the decimal point in the dual precision value
- PrimaryTol
- Number of digits displayed after the decimal point in the primary tolerance value (see Remarks)
- DualTol
- Number of digits displayed after the decimal point in the dual tolerance value
Return Value
Return status (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0