Get the takeoff interface.
Read-only property
[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": |