Returns the class with the specified class id from Classes Collection.
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- classId
- Type: System String
The class id in the Classes collection.
Return Value
Type: StringExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied class id is not found in the collection. |
See Also