ClassifyImageItemCollection MethodsCognex VisionPro 9.24

The ClassifyImageItemCollection type exposes the following members.

Methods

  NameDescription
Public methodCopyTo
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).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides CollectionOfClassifyImageItemPtr GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetImage

Returns the image with the specified image id from this Collection.

Public methodGetItem
Get the item at the specified index.
(Overrides CollectionOfClassifyImageItemPtr GetItem(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also