EdgeArrayArray.Insert
Method
Description:
Insert the specified edge array into the array.
Insert the specified edge array into the array.
Parameters
Parameter | Type | Description |
---|---|---|
item | EdgeArray | The edge array to be inserted into the array. |
index | Int32 | The edge array will be inserted before this index. |
Return Value
Type | Description |
---|---|
EdgeArrayArray Class | Returns whether the edge array was inserted into the array. |