EPathVector::operator=

Copies all the data from another EPathVector object into the current EPathVector object

Namespace: Euresys::Open_eVision

[C++]

EPathVector& operator=(
   const EPathVector& other
)

Parameters

other

EPathVector object to be copied

EPathVector.operator=

Copies all the data from another EPathVector object into the current EPathVector object

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EPathVector operator=(
   Euresys.Open_eVision.EPathVector other
)

Parameters

other

EPathVector object to be copied