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