API Help
Eplan.EplApi.ApplicationFramework Namespace / Action Class / Execute Method
Using this parameter generic parameters of variable number and different types can be passed to the action.

In This Topic
    Execute Method (Action)
    In This Topic
    Performs the actual action.
    Syntax

    Parameters

    oCallingContext
    Using this parameter generic parameters of variable number and different types can be passed to the action.

    Return Value

    true: This function was completed successfully. false: An error occurred while performing the action.
    Exceptions
    ExceptionDescription
    Exceptions may occur while performing the action. All these exceptions are returned as BaseException.
    Remarks
    Exceptions, which occur during the execution of an action can be retrieved from the ActionCallingContext by the GetException() method.
    See Also