CogOCRMaxFieldingDefinition Enabled Property Cognex VisionPro
Get or set whether this field definition should be used by the CogOCRMaxFielding operator in interpreting its FieldString property when its Execute method is called.

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

public bool Enabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
See Also