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