CogIDDataMatrix PropertiesCognex VisionPro 9.8 SR1

The CogIDDataMatrix type exposes the following members.

Properties

  NameDescription
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 propertyEnabled
If True, attempt to find and process DataMatrix symbol(s).
Public propertyFlexibleGridSize
Sets or gets the flag to override the trained grid size at run time. If true, the grid size can on step larger or one step smaller than trained size.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIgnorePolarity
Sets or gets the flag to ignore trained polarity at run time.
Public propertyPerspectiveEnabled
Sets or gets whether to consider perspective distortion for the symbol (symbol acquired at an angle).
Public propertyPrintDeformation
Sets or gets the print deformation to be used at train-time and run-time.
Public propertyProcessControlMetrics
The type of process control metrics to be computed for DataMatrix symbols.
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.)
Top
See Also