GetContainerAt
Gets a pointer to the element at a specific offset from the current element converted into an ITcVnContainer interface and increment its reference counter (only possible for container types). (Alternatively use F_VN_GetAt_ITcVnContainer.)
Syntax
Definition:
METHOD GetContainerAt : HRESULT
VAR_INPUT
    nOffset      : LINT;
    pipContainer : Pointer To  ITcVnContainer;
END_VAR
          
 Inputs
| 
                   Name  | 
                   Type  | 
                   Description  | 
|---|---|---|
| 
                   nOffset  | 
                   LINT  | 
                   Offset from the current element.  | 
| 
                   pipContainer  | 
                   Pointer To ITcVnContainer  | 
                   Returns the pointer to the container interface.  | 
 Return value