This document is archived and information here might be outdated. Recommended version. |
Indicates if the tolerance can be recalculated based on input cellsize.
[Visual Basic .NET]
Public Property RecalculateTolerance As Boolean
[C#]
public bool RecalculateTolerance {get; set;}
[C++]
HRESULT get_RecalculateTolerance(
VARIANT_BOOL pRecalculateTolerance
);
[C++]
HRESULT put_RecalculateTolerance(
Boolean* pRecalculateTolerance
);
[C++] Parameters pRecalculateTolerance [in]
pRecalculateTolerance is a parameter of type bool pRecalculateTolerance [out, retval]
pRecalculateTolerance is a parameter of type bool*