Get the launch vehicle's 3D trajectory frame properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property TrajectorySystems() As IAgVeVOSystemsCollection |
[C#] |
---|
public IAgVeVOSystemsCollection TrajectorySystems {get;} |
[Managed C++] |
---|
public: __property IAgVeVOSystemsCollection ^ get_TrajectorySystems(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrajectorySystems( IAgVeVOSystemsCollection ** ppVal ); |
[Java] |
---|
public IAgVeVOSystemsCollection getTrajectorySystems(); |
[Python - STK API ] |
---|
@property def TrajectorySystems(self) -> "IAgVeVOSystemsCollection": |