STK AviatorSend comments on this topic.
SetTakeoffLandingFilepath Method (IAgAvtrAircraftExternalAero)
See Also
Filepath
Windows





Windows & Linux

Description

Set the filepath for the takeoff and landing aero file.

Syntax

[Visual Basic .NET]
Public Function SetTakeoffLandingFilepath( _
    ByVal Filepath As String _
) As String
[C#]
public string SetTakeoffLandingFilepath(
    string Filepath
);
[Managed C++]
public: String __gc ^ SetTakeoffLandingFilepath(
    String __gc ^ Filepath
);
[Unmanaged C++]
public: HRESULT SetTakeoffLandingFilepath(
    BSTR Filepath,
    BSTR * pReturnMsg
);
[Java]
public String setTakeoffLandingFilepath(
    String Filepath
);
[Python - STK API ]
def SetTakeoffLandingFilepath(self, Filepath:str) -> str:

Parameters

Filepath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.