CogHashtable PropertiesCognex VisionPro

The CogHashtable 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.
Protected propertycomparerObsolete.
Gets or sets the IComparer to use for the Hashtable.
(Inherited from Hashtable.)
Public propertyCount
Gets the number of key/value pairs contained in the Hashtable.
(Inherited from Hashtable.)
Protected propertyEqualityComparer
Gets the IEqualityComparer to use for the Hashtable.
(Inherited from Hashtable.)
Protected propertyhcpObsolete.
Gets or sets the object that can dispense hash codes.
(Inherited from Hashtable.)
Public propertyIsFixedSize
Gets a value indicating whether the Hashtable has a fixed size.
(Inherited from Hashtable.)
Public propertyIsReadOnly
Gets a value indicating whether the Hashtable is read-only.
(Inherited from Hashtable.)
Public propertyIsSynchronized
Gets a value indicating whether access to the Hashtable is synchronized (thread safe).
(Inherited from Hashtable.)
Public propertyItem (Overrides Hashtable Item Object .)
Public propertyKeys
Gets an ICollection containing the keys in the Hashtable.
(Inherited from Hashtable.)
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as in: if(changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
Public propertySyncRoot
Gets an object that can be used to synchronize access to the Hashtable.
(Inherited from Hashtable.)
Public propertyValues
Gets an ICollection containing the values in the Hashtable.
(Inherited from Hashtable.)
Top
See Also