This class holds a collection of ClassifyClassResult.
Inheritance Hierarchy
Cognex.Vision.ViDiEL.Implementation CollectionOfClassifyClassResultPtr
Cognex.Vision.ViDiEL ClassifyClassResultCollection
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.22.2.0
Syntax
The ClassifyClassResultCollection 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 CollectionOfClassifyClassResultPtr CopyTo( ClassifyClassResult , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetClassResult | Returns the result for a class name. The result holds the score for the class name specified. | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides CollectionOfClassifyClassResultPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides CollectionOfClassifyClassResultPtr 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 ClassifyClassResultCollection objects. | |
| Inequality | Compares the inequality of two ClassifyClassResultCollection objects. |
Properties
| Name | Description | |
|---|---|---|
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides CollectionOfClassifyClassResultPtr Handle.) | |
| Item | (Overrides CollectionOfClassifyClassResultPtr Item Int32 .) |
See Also