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