F_VN_SetContainer
Sets the current element using an ITcVnContainer interface (only possible for container types). (Alternatively use interface method .SetContainer.)
Syntax
Definition:
FUNCTION F_VN_SetContainer : HRESULT
VAR_INPUT
ipIterator : ITcVnForwardIterator;
ipContainer : ITcVnContainer;
hrPrev : HRESULT;
END_VAR
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
ipIterator |
Iterator | |
|
ipContainer |
Container interface of which the content is to be assigned to the current element | |
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
Required License
TC3 Vision Base
Return value