Description
Retrieves a Boolean value indicating the current visibility status of a specified geometric tolerance in the document window.
Syntax
Function RFDrawTools.GetGeometricToleranceVisibility(GeomTolID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetGeometricToleranceVisibility syntax has these parts:
| Part | Description |
|---|---|
| GeomTolID | [IN] RFEntityID Required. Geometric tolerance's RFEntityID to check the visibility. |
| pbStatus | [OUT] Boolean Required. Boolean value indicating the geometric tolerance is visible or not. |