Tolerance.SetToDeviation Method
Parent Object: ToleranceDescription
Method that sets the type of this tolerance to be a deviation tolerance.
Syntax
Tolerance.SetToDeviation( UpperTolerance As Variant, LowerTolerance As Variant )Parameters
| Name | Type | Description |
| UpperTolerance | Variant | Input Variant that defines the upper limit of the deviation. |
| LowerTolerance | Variant | Input Variant that defines the lower limit of the deviation. |
