OCRFielding ClassCognex VisionPro 9.23

This class provied the abstract base class for the Cognex.Vision.ViDiEL.BasicFielding and Congex.Vision.ViDiEL.AdvancedFielding classes.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.ViDiEL OCRFielding
        Cognex.Vision.ViDiEL OCRAdvancedFielding
        Cognex.Vision.ViDiEL OCRBasicFielding

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.24.0.0
Syntax

public abstract class OCRFielding : ChangedEventShareableBase

The OCRFielding type exposes the following members.

Constructors

  NameDescription
Protected methodOCRFielding
Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ChangedEventShareableBase Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ChangedEventShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Inherited from ShareableBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Inherited from ChangedEventShareableBase.)
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Inherited from ChangedEventShareableBase.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two OCRFielding objects.
Public operatorStatic memberInequality
Compares the inequality of two OCRFielding objects.
Top
Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Inherited from ChangedEventShareableBase.)
Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Top
Events

  NameDescription
Public eventChanged

The actual event.

(Inherited from ChangedEventShareableBase.)
Top
See Also