CogFrameGrabberImagingDevice InputLines Property Cognex VisionPro 9.8
Gets the collection of available input lines. If no input lines are available the returned collection will have a Count of zero.

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 75.1.0.0
Syntax

public virtual CogInputLines InputLines { get; }

Property Value

Type: CogInputLines
The collection of available input lines.

Implements

ICogFrameGrabber InputLines
See Also