CogOCRMaxTool TuneData Property Cognex VisionPro 9.5
A collection of CogOCRMaxTuneRecords used to tune the CogOCRMaxTool.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public CogOCRMaxTuneData TuneData { get; set; }

Property Value

Type: CogOCRMaxTuneData
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfTuneData
Exceptions

ExceptionCondition
ArgumentNullException Thrown if TuneData is set to null.
See Also