Description
Sets the name of specified curveloop and invalidates project tree.
Syntax
Function RFCurveLoopTools.SetNameOfCurveLoop(curveloopID As RFEntityID, strCurveLoopName As String) As RFErrorCode
The SetNameOfCurveLoop syntax has these parts:
| Part | Description |
|---|---|
| curveloopID | [IN] RFEntityID Required. The curveloop's RFEntityID. |
| strCurveLoopName | [IN] String Required. The name of curveloop. |