CogOCRMaxFieldingDefinition PropertiesCognex VisionPro 9.8

The CogOCRMaxFieldingDefinition type exposes the following members.

Properties

  NameDescription
Public propertyAlias
Get or set the single character that will be used to refer to this field definition.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCharacterSet
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.
Public propertyEditable
Get whether the CharacterSet and/or Wildcard fields may be modified. Note that this property does NOT control access to either the Alias or Enabled properties - they are always modifiable.
Public propertyEnabled
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.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyWildcard
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.
Top
See Also