Eplan Platform API
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 if the command line operation was completed successfully
    • FALSE if one or more errors occured while executing the command line operation
    See Also