Sets the tolerance hole fit and shaft fit values.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetFitValues( _
ByVal HoleFit As System.String, _
ByVal ShaftFit As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimensionTolerance
Dim HoleFit As System.String
Dim ShaftFit As System.String
Dim value As System.Boolean
value = instance.SetFitValues(HoleFit, ShaftFit) |
C# | |
---|
System.bool SetFitValues(
System.string HoleFit,
System.string ShaftFit
) |
C++/CLI | |
---|
System.bool SetFitValues(
& System.String^ HoleFit,
& System.String^ ShaftFit
) |
Parameters
- HoleFit
- Tolerance hole fit value
- ShaftFit
- Tolerance shaft fit value
Return Value
True if the setting of the fit values is successful, false if not
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0