Set the filepath for the forward flight aero file.
[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: |
- Filepath