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