Class which holds a collection of ClassifyImageItem. An instance of this class will be created and held by the ClassifyPattern.
Inheritance Hierarchy
Cognex.Vision.ViDiEL.Implementation CollectionOfClassifyImageItemPtr
Cognex.Vision.ViDiEL ClassifyImageItemCollection
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.22.2.0
Syntax
The ClassifyImageItemCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides CollectionOfClassifyImageItemPtr CopyTo( ClassifyImageItem , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides CollectionOfClassifyImageItemPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetImage | Returns the image with the specified image id from this Collection. | |
| GetItem | Get the item at the specified index. (Overrides CollectionOfClassifyImageItemPtr GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two ClassifyImageItemCollection objects. | |
| Inequality | Compares the inequality of two ClassifyImageItemCollection objects. |
Properties
| Name | Description | |
|---|---|---|
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides CollectionOfClassifyImageItemPtr Handle.) | |
| Item | (Overrides CollectionOfClassifyImageItemPtr Item Int32 .) |
See Also