ClassifyPattern Images Property Cognex VisionPro 9.23

Gets the image item collection.

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

public ClassifyImageItemCollection Images { get; }

Property Value

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

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

See Also