API Help
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: The command line operation was successfully completed. false: One or more errors occured while executing the command line operation.
    See Also