AGI STK Astrogator 11 Send comments on this topic.
TimeOfFlight Property (IAgVAMCSLaunch)
See Also 





Description

The time of flight (the time from launch to burnout). Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeOfFlight() As Double

[C#]
public double TimeOfFlight {get; set;}

[Managed C++]
public: __property double get_TimeOfFlight();
public: __property void set_TimeOfFlight(
double
);

[Unmanaged C++]
public: HRESULT get_TimeOfFlight(
double * pRetVal
);
public: HRESULT put_TimeOfFlight(
double NewTimeOfFlight
);

[Java]
public double getTimeOfFlight();public void setTimeOfFlight(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1