STK AviatorSend comments on this topic.
TakeoffSpeedMode Property (IAgAvtrAircraftAdvTakeoffModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode to calculate the aircraft's airspeed upon leaving the ground.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TakeoffSpeedMode() As AgEAvtrTakeoffLandingSpeedMode
[C#]
public AgEAvtrTakeoffLandingSpeedMode TakeoffSpeedMode {get; set;}
[Managed C++]
public: __property AgEAvtrTakeoffLandingSpeedMode get_TakeoffSpeedMode();
public: __property void set_TakeoffSpeedMode( AgEAvtrTakeoffLandingSpeedMode );
[Unmanaged C++]
public: HRESULT get_TakeoffSpeedMode(
    AgEAvtrTakeoffLandingSpeedMode * pVal
);
public: HRESULT put_TakeoffSpeedMode(
    AgEAvtrTakeoffLandingSpeedMode newVal
);
[Java]
public AgEAvtrTakeoffLandingSpeedMode getTakeoffSpeedMode();
public void setTakeoffSpeedMode(
    AgEAvtrTakeoffLandingSpeedMode
);
[Python - STK API ]
@property
def TakeoffSpeedMode(self) -> "AgEAvtrTakeoffLandingSpeedMode":

@TakeoffSpeedMode.setter
def TakeoffSpeedMode(self, newVal:"AgEAvtrTakeoffLandingSpeedMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.