ClassifyImageResultCollection GetImageResult Method Cognex VisionPro 9.25 SR1

Returns the image result for the image id specified.

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

public ClassifyImageResult GetImageResult(
	string imageId
)

Return Value

Type: ClassifyImageResult
Exceptions

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