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