EBW8Vector::AddElement

Appends (adds at the tail) an element to the vector.

Namespace: Euresys::Open_eVision

[C++]

void AddElement(
   EBW8 element
)

Parameters

element

The element to be added.

EBW8Vector.AddElement

Appends (adds at the tail) an element to the vector.

Namespace: Euresys.Open_eVision

[C#]

void AddElement(
   Euresys.Open_eVision.EBW8 element
)

Parameters

element

The element to be added.