EBarCodeReader::GetLearningPerformed

Returns whether a learning has been performed on the EBarCodeReader.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

bool GetLearningPerformed() const

Remarks

Note that after a failed call to EBarCodeReader::Learn (the value of 0 was returned), calling this method will returns false.

EBarCodeReader.LearningPerformed

Returns whether a learning has been performed on the EBarCodeReader.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

bool LearningPerformed

{ get; }

Remarks

Note that after a failed call to EBarCodeReader::Learn (the value of 0 was returned), calling this method will returns false.