OCRFieldingPatternDictionary ClassCognex VisionPro 9.23
Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.ViDiEL.Implementation DictionaryOfOCRFieldingPatternPtr
        Cognex.Vision.ViDiEL OCRFieldingPatternDictionary

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

public sealed class OCRFieldingPatternDictionary : DictionaryOfOCRFieldingPatternPtr, 
	IObject

The OCRFieldingPatternDictionary type exposes the following members.

Constructors

  NameDescription
Public methodOCRFieldingPatternDictionary

Constructs a new instance of the collection class.

Top
Methods

  NameDescription
Public methodAdd(KeyValuePair String, OCRFieldingPattern )

Adds the specified item from this collection.

(Overrides DictionaryOfOCRFieldingPatternPtr Add(KeyValuePair String, OCRFieldingPattern ).)
Public methodAdd(String, OCRFieldingPattern)

Add an item to the end of this collection.

(Overrides DictionaryOfOCRFieldingPatternPtr Add(String, OCRFieldingPattern).)
Public methodClear

Remove all items from this dictionary.

(Overrides DictionaryOfOCRFieldingPatternPtr Clear .)
Public methodContains (Overrides DictionaryOfOCRFieldingPatternPtr Contains(KeyValuePair String, OCRFieldingPattern ).)
Public methodContainsKey

Determines whether this dictionary contains the specified key.

(Overrides DictionaryOfOCRFieldingPatternPtr ContainsKey(String).)
Public methodCopyTo (Overrides DictionaryOfOCRFieldingPatternPtr CopyTo( KeyValuePair String, OCRFieldingPattern  , Int32).)
Public methodEquals
Compares the equality of this object with another.
(Overrides DictionaryOfOCRFieldingPatternPtr Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides DictionaryOfOCRFieldingPatternPtr GetHashCode .)
Public methodGetItemByKey
Get the item at the specified index.
(Overrides DictionaryOfOCRFieldingPatternPtr GetItemByKey(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides DictionaryOfOCRFieldingPatternPtr GetTypeMeta .)
Public methodKey

Get the key at the specified index.

(Overrides DictionaryOfOCRFieldingPatternPtr Key(Int32).)
Public methodRemove(KeyValuePair String, OCRFieldingPattern )

Remove the specified item from this collection.

(Overrides DictionaryOfOCRFieldingPatternPtr Remove(KeyValuePair String, OCRFieldingPattern ).)
Public methodRemove(String)

Remove the item with the specified key from this dictionary.

(Overrides DictionaryOfOCRFieldingPatternPtr Remove(String).)
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.

(Overrides DictionaryOfOCRFieldingPatternPtr ResumeAndRaiseChangedEvent .)
Public methodsetItem

Replace the element with the specified key. If the key is not a member of this dictionary, insert the key/value pair.

(Overrides DictionaryOfOCRFieldingPatternPtr setItem(String, OCRFieldingPattern).)
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.

(Overrides DictionaryOfOCRFieldingPatternPtr SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides DictionaryOfOCRFieldingPatternPtr ToString .)
Public methodTryGetByIndex

Get the key and value associated with the specified index.

(Overrides DictionaryOfOCRFieldingPatternPtr TryGetByIndex(Int32, String , OCRFieldingPattern ).)
Public methodTryGetValue

Get the item associated with the specified key.

(Overrides DictionaryOfOCRFieldingPatternPtr TryGetValue(String, OCRFieldingPattern ).)
Top
Operators

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

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides DictionaryOfOCRFieldingPatternPtr ChangedEventSuspended.)
Public propertyCount

Get the number of elements contained in this collection.

(Overrides DictionaryOfOCRFieldingPatternPtr Count.)
Public propertyHandle (Overrides DictionaryOfOCRFieldingPatternPtr Handle.)
Public propertyIsReadOnly

Get whether or not this collection is read-only.

(Overrides DictionaryOfOCRFieldingPatternPtr IsReadOnly.)
Public propertyItem (Overrides DictionaryOfOCRFieldingPatternPtr Item String .)
Public propertyKeys (Inherited from DictionaryOfOCRFieldingPatternPtr.)
Public propertyValues (Inherited from DictionaryOfOCRFieldingPatternPtr.)
Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides DictionaryOfOCRFieldingPatternPtr Changed.)
Public eventCleared

Raised after the collection is cleared.

(Overrides DictionaryOfOCRFieldingPatternPtr Cleared.)
Public eventClearing

Raised before the collection is cleared.

(Overrides DictionaryOfOCRFieldingPatternPtr Clearing.)
Public eventInsertedItem

Raised after an item is inserted.

(Overrides DictionaryOfOCRFieldingPatternPtr InsertedItem.)
Public eventInsertingItem

Raised before an item is inserted.

(Overrides DictionaryOfOCRFieldingPatternPtr InsertingItem.)
Public eventRemovedItem

Raised after an item is removed.

(Overrides DictionaryOfOCRFieldingPatternPtr RemovedItem.)
Public eventRemovingItem

Raised before an item is removed.

(Overrides DictionaryOfOCRFieldingPatternPtr RemovingItem.)
Public eventReplacedItem

Raised after an item is replaced.

(Overrides DictionaryOfOCRFieldingPatternPtr ReplacedItem.)
Public eventReplacingItem

Raised before an item is replaced.

(Overrides DictionaryOfOCRFieldingPatternPtr ReplacingItem.)
Top
See Also