CogFrameGrabber8504 InputLines Property Cognex VisionPro 9.5
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.FG8504.Implementation.Internal
Assembly: Cognex.VisionPro.FG8504 (in Cognex.VisionPro.FG8504.dll) Version: 69.0.0.0
Syntax

public virtual CogInputLines InputLines { get; }

Property Value

Type: CogInputLines
The collection of available input lines.

Implements

ICogFrameGrabber InputLines
See Also