EPeakVector::SetElement

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

Namespace: Euresys::Open_eVision

[C++]

void SetElement(
   int index,
   EPeak value
)

Parameters

index

Index, between 0 and EPeakVector (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.

EPeakVector.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.EPeak value
)

Parameters

index

Index, between 0 and EPeakVector (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.