The CogVisionDataContainer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
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.) | |
| ContainsRangeGreyImagePairsOnly |
Returns true only if this collection is non-empty and all of its
contained elements are Range/Grey image pairs. Otherwise, returns
false. An element is a Range/Grey image pair if it is itself a
CogVisionDataContainer that contains exactly one CogImage16Range and
one CogImage16Grey, nothing else.
| |
| ContainsRangeImagesOnly |
Returns true if:
| |
| Count |
Gets the number of elements in this container.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IsRangeGreyImagePair |
Returns true if this object is a Range/Grey image pair. Otherwise,
returns false. A CogVisionDataContainer is a Range/Grey image pair
if contains exactly one CogImage16Range and one CogImage16Grey,
nothing else.
| |
| IsReadOnly |
Returns true if this collection is ReadOnly
| |
| Item Int32 | ||
| Item String | ||
| Keys |
Gets a collection of all key strings in this container.
| |
| PairIndexer |
Gets or sets the key value pair at the specified index.
The key is a string and the value is an
ICogVisionData reference.
| |
| StateFlags |
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.) | |
| Values |
Gets a collection of all ICogVisionData values in this container.
|
See Also