SmartLineResults ResultLine Method Cognex VisionPro 9.23

Gets the SmartLineResult corresponding to the provided class name. Returns null if the provided className is not found in the SmartLineResults collection.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.24.0.0
Syntax

public SmartLineResult ResultLine(
	string className
)

Parameters

className
Type: System String
The class name of the desired line results.

Return Value

Type: SmartLineResult
See Also