ClassifyImageItemCollection GetImage Method Cognex VisionPro 9.21 SR1

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.21.1.1
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