Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / CommandLineInterpreter Class / IsExecutable Method
Command line expression to be checked.

In This Topic
    IsExecutable Method
    In This Topic
    Checks whether the execution of an expression is possible.
    This is only the case when the corresponding action is available.
    Syntax
    public virtual bool IsExecutable( 
       string strExpression
    )
    public:
    virtual bool IsExecutable( 
       String^ strExpression
    ) 

    Parameters

    strExpression
    Command line expression to be checked.

    Return Value

    • TRUE if the command line expression is valid
    • FALSE if the command line expression cannot be executed
    See Also