Description
Sets the visibility status of the specified geometric tolerance in the document window.
Syntax
Function RFDrawTools.SetGeometricToleranceVisibility(GeomTolID As RFEntityID, bStatus As Boolean) As RFErrorCode
The SetGeometricToleranceVisibility syntax has these parts:
| Part | Description |
|---|---|
| GeomTolID | [IN] RFEntityID Required. Geometric tolerance's RFEntityID. |
| bStatus | [IN] Boolean Required. It determines whether the geometric tolerance is visible or not. |