ECode::ECode

Creates an ECode object.

Namespace: Euresys::Open_eVision_23_12

[C++]

void ECode(
)

void ECode(
   const ECode& other
)

Parameters

other

Another ECode object to be copied in the new ECode object.

ECode.ECode

Creates an ECode object.

Namespace: Euresys.Open_eVision_23_12

[C#]

void ECode(
)

void ECode(
   Euresys.Open_eVision_23_12.ECode other
)

Parameters

other

Another ECode object to be copied in the new ECode object.