EplanServerData StartEplan( string strEplanFullPath, string arguments )
EplanServerData^ StartEplan( String^ strEplanFullPath, String^ arguments )
Parameters
| Parameter Name | Description |
|---|---|
| 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.