AppendToContainer (TcVnVector4_REAL)

Append a single element of type TcVnVector4_REAL to a container.

Syntax

Definition:

HRESULT AppendToContainer(
    HRESULT           hrPrev,
    TcVnVector4_REAL& aElement,
    ITcVnContainer*   ipContainer
)

Parameters

Name

Type

Description

hrPrev

HRESULT

HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.)

aElement

TcVnVector4_REAL&

Single element to append to ipContainer

ipContainer

ITcVnContainer*

Container to which the element will be appended

 Return value

HRESULT

Required License

TC3 Vision Base

System Requirements