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 System.Double, _
ByRef Lower As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertCompositeDistanceBetweenDimTol
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 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