Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / StartEplan Method / StartEplan(String) Method
Full path of Eplan executable file.

StartEplan(String) Method
Starts an Eplan instance.
Syntax

Parameters

strEplanFullPath
Full path of Eplan executable file.

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
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