Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / CommandLineInterpreter Class / Execute Method / Execute(String) Method
Action plus arguments

In This Topic
    Execute(String) Method
    In This Topic
    Execution of a command
    Syntax
    public virtual bool Execute( 
       string strExpression
    )
    public:
    virtual bool Execute( 
       String^ strExpression
    ) 

    Parameters

    strExpression
    Action plus arguments

    Return Value

    • TRUE if the command line operation was completed successfully
    • FALSE if one or more errors occured while executing the command line operation
    See Also