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