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





Windows & Linux

Description

Get the filepath for the takeoff and landing aero file.

Property type

Read-only property

Syntax

[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();
[Python - STK API ]
@property
def TakeoffLandingFilepath(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.