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