Gets the upper and lower tolerance limits for the feature-locating portion of this DimXpert composite distance-between dimension tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetUpperAndLowerLimitIntraFeature( _
ByRef Upper As System.Double, _
ByRef Lower As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertCompositeDistanceBetweenDimTol
Dim Upper As System.Double
Dim Lower As System.Double
Dim value As System.Boolean
value = instance.GetUpperAndLowerLimitIntraFeature(Upper, Lower) |
C# | |
---|
System.bool GetUpperAndLowerLimitIntraFeature(
out System.double Upper,
out System.double Lower
) |
C++/CLI | |
---|
System.bool GetUpperAndLowerLimitIntraFeature(
& [Out] System.double Upper,
& [Out] System.double Lower
) |
Parameters
- Upper
- Upper limit
- Lower
- Lower limit
Return Value
True if the method call is successful; false otherwise
See Also
Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0