Description
Sets the name of specified NURBS curve and invalidates project tree.
Syntax
Function RFCurveTools.SetNameOfNurbsCurve(curveID As RFEntityID, strCurveName As String) As RFErrorCode
The SetNameOfNurbsCurve syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. The NURBS curve's RFEntityID. |
| strCurveName | [IN] String Required. The name of NURBS curve. |