EBW16Vector::GetElement

Returns the vector element at the given index.

Namespace: Euresys::Open_eVision

[C++]

EBW16 GetElement(
   int index
)

Parameters

index

Index, between 0 and EBW16Vector (excluded) of the element to be accessed.

Remarks

If the given index is outside the bounds of the vector, the error code EError_Parameter1OutOfRange is set.

EBW16Vector.GetElement

Returns the vector element at the given index.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EBW16 GetElement(
   int index
)

Parameters

index

Index, between 0 and EBW16Vector (excluded) of the element to be accessed.

Remarks

If the given index is outside the bounds of the vector, the error code Parameter1OutOfRange is set.