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