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

In This Topic
IsExecutable Method (CommandLineInterpreter)
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
)

Parameters

strExpression
Command line expression to be checked.

Return Value

true, if command line expression is valid false, if command line expression cannot be executed.
See Also