Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / StartEplan Method / StartEplan(String,String) Method
Full path of Eplan executable file.
Command-line arguments to pass when starting the process.

StartEplan(String,String) Method
Starts an Eplan instance with arguments.
Syntax

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.
Exceptions
ExceptionDescription
\Parameters are invalid.
The process object has already been disposed.
The PATH environment variable has a String containing quotes
EPLAN application could not be started or no communication is possible.
See Also