CogIODiscreteDataItem Constructor Cognex VisionPro 9.21
Constructor.

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

public CogIODiscreteDataItem(
	int line,
	bool dataValue
)

Parameters

line
Type: System Int32
An output line number
dataValue
Type: System Boolean
A value to be written to a line
See Also