CurveArray.Insert
Method
Description:
Insert the specified curve into the array.
Insert the specified curve into the array.
Parameters
| Parameter | Type | Description |
|---|---|---|
| item | Curve | The curve to be inserted into the array. |
| index | Int32 | The curve will be inserted before this index. |
Return Value
| Type | Description |
|---|---|
| CurveArray Class | Returns whether the curve was inserted into the array. |