STK ObjectsSend comments on this topic.
TimeOfFlight Property (IAgVeLaunchControlFixedTimeOfFlight)
See Also
Windows





Windows & Linux

Description

Fixed time of flight: duration of the vehicle's flight. 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 * pVal
);
public: HRESULT put_TimeOfFlight(
    double TimeOfFlight
);
[Java]
public double getTimeOfFlight();
public void setTimeOfFlight(
    double
);
[Python - STK API ]
@property
def TimeOfFlight(self) -> float:

@TimeOfFlight.setter
def TimeOfFlight(self, TimeOfFlight:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.