CogSmartLineResults ResultLine Method Cognex VisionPro 9.21
Returns the SmartLineResult corresponding to the provided class name. Returns null if the provided className is not found in the SmartLineResults collection.

Namespace: Cognex.VisionPro.SmartLine
Assembly: Cognex.VisionPro.SmartLine (in Cognex.VisionPro.SmartLine.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax

public CogSmartLineResult ResultLine(
	string className
)

Parameters

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

Return Value

Type: CogSmartLineResult
See Also