ClassifyImageItemCollection GetImage Method Cognex VisionPro 9.10

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

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

public IImage GetImage(
	string id
)

Return Value

Type: IImage
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied image id is not found in the collection.
See Also