ClassifyClassItemCollection GetClass Method Cognex VisionPro 9.10

Returns the class name for the specified class id.

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

public string GetClass(
	string id
)

Return Value

Type: String
Exceptions

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