Eplan Platform API
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.

Execute Method (Action)
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