STK AviatorSend comments on this topic.
IsTakeoffLandingValid Property (IAgAvtrAircraftExternalAero)
See Also
Windows





Windows & Linux

Description

Check whether the takeoff and landing file is valid.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsTakeoffLandingValid() As Boolean
[C#]
public bool IsTakeoffLandingValid {get;}
[Managed C++]
public: __property bool get_IsTakeoffLandingValid();
[Unmanaged C++]
public: HRESULT get_IsTakeoffLandingValid(
    VARIANT_BOOL * pVal
);
[Java]
public bool getIsTakeoffLandingValid();
[Python - STK API ]
@property
def IsTakeoffLandingValid(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.