Description
Retrieves a Boolean value indicating the current visibility status of a specified reference sphere in the document window.
Syntax
Function RFDrawTools.GetRefSphereVisibility(refGeomID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetRefSphereVisibility syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference sphere's RFEntityID to check the visibility. |
| pbStatus | [OUT] Boolean Required. Boolean value indicating the entity is visible or not. |