Description
Returns a Boolean value indicating the current visibility status of the specified NURBS curve in the document window.
Syntax
Function RFDrawTools.GetCurveVisibility(curveID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetCurveVisibility syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to check the visibility. |
| pbStatus | [OUT] Boolean Required. Boolean value indicating the entity is visible or not. |