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