Description
Removes a specified NURBS curve from the project tree.
Syntax
Function RFUserInterface.DeleteCurveFromProjectTree(curveID As RFEntityID) As RFErrorCode
The DeleteCurveFromProjectTree syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to remove. |
Remarks