EC24Vector::operator[]

Gives access to the vector element at the given index.

Namespace: Euresys::Open_eVision

[C++]

EC24& operator[](
   OEV_UINT32 index
)

Parameters

index

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

EC24Vector.operator[]

Gives access to the vector element at the given index.

Namespace: Euresys.Open_eVision

[C#]

ref Euresys.Open_eVision.EC24 operator[](
   uint index
)

Parameters

index

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