CogOCVPattern CharacterPositions Property Cognex VisionPro 9.24
A collection of characters positions to be verified. Each character position in this pattern will indicate which font models should be verified for that position. A character position specifies a font model via the font model's Name and Instance.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 91.0.0.0
Syntax

public CogOCVCharacterPositions CharacterPositions { get; set; }

Property Value

Type: CogOCVCharacterPositions
Events

Event TypeReason
CogOCVPattern Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogOCVPattern Changed

Fires when the value of this property changes and the pattern becomes untrained.

The following state flags may be affected:

Exceptions

ExceptionCondition
ArgumentException

The collection of character positions is NULL.

Remarks

A collection of characters positions to be verified. Each of the items in the character collection specifies the Name and Instance of each character that should be verified at that position.

See Also