CogIODiscreteDevice GetInputDelegate Method Cognex VisionPro 9.10
Get the input delegate associated with a particular input line

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

protected abstract CogIODiscreteDevice InputDelegateFn GetInputDelegate(
	int line
)

Parameters

line
Type: System Int32
The input line of interest

Return Value

Type: CogIODiscreteDevice InputDelegateFn
The delegate function for the input line
See Also