Gets the upper and lower tolerance limits used by the feature-locating portion of this DimXpert composite distance-between dimension tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetUpperAndLowerLimitIntraFeature( _
ByRef Upper As Double, _
ByRef Lower As Double _
) As Boolean |
C# | |
---|
bool GetUpperAndLowerLimitIntraFeature(
out double Upper,
out double Lower
) |
C++/CLI | |
---|
bool GetUpperAndLowerLimitIntraFeature(
& [Out] double Upper,
& [Out] double Lower
) |
Parameters
- Upper
- Upper tolerance limit for feature-locating
- Lower
- Lower tolerance limit 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