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