ClassifyPattern GetImage Method Cognex VisionPro 9.22

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

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

public IImage GetImage(
	string imageId
)

Parameters

imageId
Type: System String
The image id in the Images collection.

Return Value

Type: IImage
Exceptions

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