Gets the plus and minus tolerance values used by the feature-locating portion of this DimXpert composite distance-between dimension tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPlusAndMinusToleranceIntraFeature( _
ByRef Plus As Double, _
ByRef Minus As Double _
) As Boolean |
C# | |
---|
bool GetPlusAndMinusToleranceIntraFeature(
out double Plus,
out double Minus
) |
C++/CLI | |
---|
bool GetPlusAndMinusToleranceIntraFeature(
& [Out] double Plus,
& [Out] double Minus
) |
Parameters
- Plus
- Plus tolerance value for feature-locating
- Minus
- Minus tolerance value for feature-locating
Return Value
True if method call is successful; false otherwise
Example
See the examples on the interface page.
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0