2024 Method
Changes 0
M

EdgeArrayArray.Insert

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