CogIODiscreteDevice GetCallDelegate Method Cognex VisionPro 9.25 SR1
Used to verify whether a delegate function is assigned to line.

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

protected abstract bool GetCallDelegate(
	int line
)

Parameters

line
Type: System Int32
The input line of interest

Return Value

Type: Boolean
True if a delegate function is assigned to line
See Also