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