Adds a phase at the end of the mission.
[Visual Basic .NET] |
---|
Public Function Add() As IAgAvtrPhase |
[C#] |
---|
public IAgAvtrPhase Add(); |
[Managed C++] |
---|
public: IAgAvtrPhase ^ Add(); |
[Unmanaged C++] |
---|
public: HRESULT Add( IAgAvtrPhase ** ppPhase ); |
[Java] |
---|
public IAgAvtrPhase add(); |
[Python - STK API ] |
---|
def Add(self) -> "IAgAvtrPhase": |