SetContainerAt
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
Inputs
Name |
Type |
Description |
---|---|---|
nOffset |
LINT |
Offset from the current element. |
ipContainer |
Container interface of which the content is to be assigned to the current element. |