2027 Method
Changes 0
M

ModelCurveArray.Insert

Description:
Insert the specified model curve into the array.
public virtual void Insert(
	ModelCurve item,
	int index
)
  • item
    The model curve to be inserted into the array.
  • Int32
    index
    The model curve will be inserted before this index.
Return Value Returns whether the model curve was inserted into the array.