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