API Help
Eplan.EplApi.ApplicationFramework Namespace / IEplActionEnable Interface / Enabled Method
The name of this action
The calling context

In This Topic
    Enabled Method
    In This Topic
    One action can be enabled or disabled. Return true when it is enabled.
    Syntax

    Parameters

    strActionName
    The name of this action
    actionContext
    The calling context

    Return Value

    true: The return action is enabled.
    Remarks
    This function is called often and should work efficiently .
    See Also