CogFrameGrabber1394DCAM OutputLines Property Cognex VisionPro 9.5
Gets the collection of available output lines. If no output lines are available the returned collection will have a Count of zero.

Namespace: Cognex.VisionPro.FG1394DCAM.Implementation.Internal
Assembly: Cognex.VisionPro.FG1394DCAM (in Cognex.VisionPro.FG1394DCAM.dll) Version: 69.0.0.0
Syntax

public virtual CogOutputLines OutputLines { get; }

Property Value

Type: CogOutputLines
The collection of available output lines.

Implements

ICogFrameGrabber OutputLines
See Also