API Help
Eplan.EplApi.ApplicationFramework Namespace / CommandLineInterpreter Class / Execute Method / Execute(String,ActionCallingContext) Method
Action plus arguments
The context assigned to the action. Additional data can be encapsulated by the user here.

In This Topic
    Execute(String,ActionCallingContext) Method
    In This Topic
    Execution of a command line expression.
    Syntax

    Parameters

    strExpression
    Action plus arguments
    oContext
    The context assigned to the action. Additional data can be encapsulated by the user here.

    Return Value

    true: The command line operation was successfully completed. false: One or more errors occured while executing the command line operation.
    See Also