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