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





Windows & Linux

Description

Set the filepath for the forward flight aero file.

Syntax

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

Parameters

Filepath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.