ClassifyPattern Classes Property Cognex VisionPro 9.22

Gets the class item collection.

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

public ClassifyClassItemCollection Classes { get; }

Property Value

Type: ClassifyClassItemCollection
Default Value: a default constructed ClassifyClassItemCollection.
Remarks

It is a read-only collection. All operation must be done through the methods provided in this class.

See Also