Execute

Execute 1:

Executes the custom operation on the container elements.

Syntax

Definition:

METHOD Execute : HRESULT
VAR_INPUT
    ipElement1 : ITcVnContainer;
    ipElement2 : ITcVnContainer;
    ipElement3 : ITcVnContainer;
END_VAR

Execute 2: Inputs

Name

Type

Description

ipElement1

ITcVnContainer

Current element of the 1st container.

ipElement2

ITcVnContainer

Current element of the 2nd container.

ipElement3

ITcVnContainer

Current element of the 3rd container.

Execute 3: Return value

HRESULT