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