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





Windows & Linux

Description

Check whether the forward flight file is valid.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.