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