EBW16Vector::SetElement

Modifies the vector element at the given index by the given value.

Namespace: Euresys::Open_eVision

[C++]

void SetElement(
   int index,
   EBW16 value
)

Parameters

index

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

value

The new value for the element.

Remarks

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

EBW16Vector.SetElement

Modifies the vector element at the given index by the given value.

Namespace: Euresys.Open_eVision

[C#]

void SetElement(
   int index,
   Euresys.Open_eVision.EBW16 value
)

Parameters

index

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

value

The new value for the element.

Remarks

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