Gets or sets the time of flight between departure and arrival for the Lambert solution.
Read-write property
[Visual Basic .NET] |
---|
Public Property TimeOfFlight() As Double |
[C#] |
---|
public double TimeOfFlight {get; set;} |
[Managed C++] |
---|
public: __property double get_TimeOfFlight(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimeOfFlight( double * pVal ); public: HRESULT put_TimeOfFlight( double newVal ); |
[Java] |
---|
public double getTimeOfFlight(); public void setTimeOfFlight( double ); |