SmartLineResults ResultLine Method Cognex VisionPro 9.22

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.22.2.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