ClassifyClassItemCollection ClassCognex VisionPro 9.10

This class holds a collection of ClassifyClassItem. An instance of this class will be created and held by the ClassifyPattern.

Inheritance Hierarchy

System Object
  Cognex.Vision.ViDiEL.Implementation CollectionOfClassifyClassItemPtr
    Cognex.Vision.ViDiEL ClassifyClassItemCollection

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.10.0.0
Syntax

public sealed class ClassifyClassItemCollection : CollectionOfClassifyClassItemPtr, 
	IObject

The ClassifyClassItemCollection 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 CollectionOfClassifyClassItemPtr CopyTo( ClassifyClassItem , Int32).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetClass

Returns the class name for the specified class id.

Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides CollectionOfClassifyClassItemPtr GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetItem
Get the item at the specified index.
(Overrides CollectionOfClassifyClassItemPtr 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
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two ClassifyClassItemCollection objects.
Public operatorStatic memberInequality
Compares the inequality of two ClassifyClassItemCollection objects.
Top
Properties

  NameDescription
Public propertyCount

Get the number of elements contained in this collection.

(Overrides CollectionOfClassifyClassItemPtr Count.)
Public propertyHandle (Overrides CollectionOfClassifyClassItemPtr Handle.)
Public propertyItem (Overrides CollectionOfClassifyClassItemPtr Item Int32 .)
Top
See Also