EPathVector::AddElement

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

Namespace: Euresys::Open_eVision

[C++]

void AddElement(
   EPath element
)

Parameters

element

The element to be added.

EPathVector.AddElement

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

Namespace: Euresys.Open_eVision

[C#]

void AddElement(
   Euresys.Open_eVision.EPath element
)

Parameters

element

The element to be added.