EPeakVector::GetElement
Returns the vector element at the given index.
Namespace: Euresys::Open_eVision_2_5
[C++]
EPeak GetElement(
OEV_INT32 index
)
Parameters
index
Index, between
Remarks
If the given index is outside the bounds of the vector, the error code EError is set.
EPeakVector.GetElement
Returns the vector element at the given index.
Namespace: Euresys::Open_eVision_2_5
[C#]
Euresys.Open_eVision_2_5.EPeak GetElement(
int index
)
Parameters
index
Index, between
Remarks
If the given index is outside the bounds of the vector, the error code EError is set.
EPeakVector.GetElement
Returns the vector element at the given index.
[VB6]
EPeak GetElement(
Long index
)
Parameters
index
Index, between
Remarks
If the given index is outside the bounds of the vector, the error code EError is set.