Get the filepath for the forward flight aero file.
Read-only property
[Visual Basic .NET] |
---|
Public Property ForwardFlightFilepath() As String |
[C#] |
---|
public string ForwardFlightFilepath {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ForwardFlightFilepath(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForwardFlightFilepath( BSTR * pVal ); |
[Java] |
---|
public String getForwardFlightFilepath(); |