EPathVector::GetElement
Returns the vector element at the given index.
Namespace: Euresys::Open_eVision
[C++]
EPath
GetElement(
int index
)
Parameters
index
Index, between 0
and EVector::NumElements
(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.
EPathVector.GetElement
Returns the vector element at the given index.
Namespace: Euresys.Open_eVision
[C#]
EPath
GetElement(
int index
)
Parameters
index
Index, between 0
and EVector.NumElements
(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.
EPathVector.GetElement
Returns the vector element at the given index.
Module: open_evision
[Python]
GetElement(
index: int
) -> EPath
Parameters
index
Index, between 0
and EVector.NumElements
(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.