Get the mission phases.
Read-only property
[Visual Basic .NET] |
---|
Public Property Phases() As IAgAvtrPhaseCollection |
[C#] |
---|
public IAgAvtrPhaseCollection Phases {get;} |
[Managed C++] |
---|
public: __property IAgAvtrPhaseCollection ^ get_Phases(); |
[Unmanaged C++] |
---|
public: HRESULT get_Phases( IAgAvtrPhaseCollection ** ppAvtrPhaseCollection ); |
[Java] |
---|
public IAgAvtrPhaseCollection getPhases(); |
[Python - STK API ] |
---|
@property def Phases(self) -> "IAgAvtrPhaseCollection": |