Set the filepath for the external aero file.
[Visual Basic .NET] |
---|
Public Function SetFilepath( _ ByVal Filepath As String _ ) As String |
[C#] |
---|
public string SetFilepath( string Filepath ); |
[Managed C++] |
---|
public: String __gc ^ SetFilepath( String __gc ^ Filepath ); |
[Unmanaged C++] |
---|
public: HRESULT SetFilepath( BSTR Filepath, BSTR * pReturnMsg ); |
[Java] |
---|
public String setFilepath( String Filepath ); |
[Python - STK API ] |
---|
def SetFilepath(self, Filepath:str) -> str: |
- Filepath