Get the filepath for the takeoff and landing aero file.
Read-only property
[Visual Basic .NET] |
---|
Public Property TakeoffLandingFilepath() As String |
[C#] |
---|
public string TakeoffLandingFilepath {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_TakeoffLandingFilepath(); |
[Unmanaged C++] |
---|
public: HRESULT get_TakeoffLandingFilepath( BSTR * pVal ); |
[Java] |
---|
public String getTakeoffLandingFilepath(); |