STK AviatorSend comments on this topic.
Phases Property (IAgAvtrMission)
See Also
Windows





Windows & Linux

Description

Get the mission phases.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.