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

In This Topic
    StartEplan(String,String) Method
    In This Topic
    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.
    There was an error in opening the associated file.
    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