Get the takeoff and landing options.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsTakeoffLanding() As IAgAvtrRefStateTakeoffLandingOptions |
[C#] |
---|
public IAgAvtrRefStateTakeoffLandingOptions ModeAsTakeoffLanding {get;} |
[Managed C++] |
---|
public: __property IAgAvtrRefStateTakeoffLandingOptions ^ get_ModeAsTakeoffLanding(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsTakeoffLanding( IAgAvtrRefStateTakeoffLandingOptions ** ppVal ); |
[Java] |
---|
public IAgAvtrRefStateTakeoffLandingOptions getModeAsTakeoffLanding(); |
[Python - STK API ] |
---|
@property def ModeAsTakeoffLanding(self) -> "IAgAvtrRefStateTakeoffLandingOptions": |