CogOCRMaxFielding FieldingDefinitions Property Cognex VisionPro 9.8
Get or set the fielding definition collection for this operator. This property may be assigned an empty collection but may not be set to null. Note that a default constructed CogOCRMaxFieldingDefinitionCollection is not empty - it contains a number a predefined aliases.

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

public CogOCRMaxFieldingDefinitionCollection FieldingDefinitions { get; set; }

Property Value

Type: CogOCRMaxFieldingDefinitionCollection
Events

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

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also