CogOCVPattern Font Property Cognex VisionPro 9.5
The font for this OCV pattern. Each character position in this pattern will indicate which of the font's model(s) 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: 69.0.0.0
Syntax

public CogOCFont Font { get; set; }

Property Value

Type: CogOCFont
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 font becomes untrained.

The following state flags may be affected:

Remarks

The CogOCFont that contains the character models specified by the character positions defined in this pattern. Each of the character models (specified by Name and Instance) used in this pattern must be present in this font.

See Also