Gets whether the maximum tolerance is set in the lower tier for this DimXpert composite position geometric tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMaxToleranceLowerTier( _
ByRef IsMax As Boolean, _
ByRef Tolerance As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertCompositePositionGeoTol
Dim IsMax As Boolean
Dim Tolerance As Double
Dim value As Boolean
value = instance.GetMaxToleranceLowerTier(IsMax, Tolerance)
|
C# | |
---|
bool GetMaxToleranceLowerTier(
out bool IsMax,
out double Tolerance
) |
C++/CLI | |
---|
bool GetMaxToleranceLowerTier(
& [Out] bool IsMax,
& [Out] double Tolerance
) |
Parameters
- IsMax
- True, if maximum tolerance is set in the lower tier; false, otherwise
- Tolerance
- Maximum tolerance in the lower tier
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