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