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