2024 Method
Changes 0
M

CurveArray.Insert

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