Set the filepath for the takeoff and landing aero file.
[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: |
- Filepath