Share

Tolerance.SetToDeviation Method

Parent Object: Tolerance

Description

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.

Version

Introduced in version 6

Was this information helpful?