CogOCRMaxFieldingDefinition CharacterSet Property Cognex VisionPro
Get or set any individual characters to be included in this field definition. May be empty but may not be null. This property is ignored if Wildcard is true. This property may not be set if Editable is false.

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

public string CharacterSet { get; set; }

Property Value

Type: String
Events

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

ExceptionCondition
ArgumentNullException If the input argument is null.
ArgumentException If you attempt to set this property when Editable is false.
See Also