Adds a phase at the given index.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgAvtrPhase AddAtIndex( int Index ); |
| [Managed C++] |
|---|
public: IAgAvtrPhase^ AddAtIndex( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAvtrPhase addAtIndex( int Index ); |
[Python - STK API ] |
|---|
def AddAtIndex(self, Index:int) -> "IAgAvtrPhase": |
- Index






