STK AviatorSend comments on this topic.
Takeoff Property (IAgAvtrAircraft)
See Also
Windows





Windows & Linux

Description

Get the takeoff interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Takeoff() As IAgAvtrAircraftTakeoff
[C#]
public IAgAvtrAircraftTakeoff Takeoff {get;}
[Managed C++]
public: __property IAgAvtrAircraftTakeoff ^ get_Takeoff();
[Unmanaged C++]
public: HRESULT get_Takeoff(
    IAgAvtrAircraftTakeoff ** ppTakeoff
);
[Java]
public IAgAvtrAircraftTakeoff getTakeoff();
[Python - STK API ]
@property
def Takeoff(self) -> "IAgAvtrAircraftTakeoff":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.