CurveArray.Insert
Description:
Insert the specified curve into the array.
Insert the specified curve into the array.
public virtual void Insert(
Curve item,
int index
)
-
itemThe curve to be inserted into the array.
-
Int32indexThe curve will be inserted before this index.
Return Value
Returns whether the curve was inserted into the array.