public EplanServerData StartEplan( string strEplanFullPath, string arguments )
public: EplanServerData^ StartEplan( String^ strEplanFullPath, String^ arguments )
Parameters
- strEplanFullPath
- Full path of Eplan executable file.
- arguments
- Command-line arguments to pass when starting the process.
Return Value
Information about the started Eplan remote server. If EPLAN application could not be started or if no communication could be established an exception Eplan.EplApi.RemoteClient.CommunicationException is thrown.