CogOCRMaxFieldingDefinition Wildcard Property Cognex VisionPro
Get or set whether this fielding definition includes any and all characters (including space). If this property is true, the CharacterSet property is ignored. This property may not be set if the Editable property is false.

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

public bool Wildcard { get; set; }

Property Value

Type: Boolean
Events

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

ExceptionCondition
ArgumentException If you attempt to set this property when Editable is false.
See Also