SetContainerAt

SetContainerAt 1:

Sets the element at a specific offset from the current element using an ITcVnContainer interface (only possible for container types). (Alternatively use F_VN_SetAt_ITcVnContainer.)

Syntax

Definition:

METHOD SetContainerAt : HRESULT
VAR_INPUT
    nOffset     : LINT;
    ipContainer : ITcVnContainer;
END_VAR

SetContainerAt 2: Inputs

Name

Type

Description

nOffset

LINT

Offset from the current element.

ipContainer

ITcVnContainer

Container interface of which the content is to be assigned to the current element.

SetContainerAt 3: Return value

HRESULT