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