Turn on or off a delegate function call assigned to line.
You can assign delegate functions to all input lines
at the beginning, and control an input line change notification
using this function.
Namespace: Cognex.VisionPro.QuickBuild.IOAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- line
- Type: System Int32
The input line of interest
- callit
- Type: System Boolean
The delegate function will not be called when callit is to set false.
See Also