CogAcqFifoTool OutputVisionData Property Cognex VisionPro 9.8
Returns an ICogVisionData that can hold one of the following types: an image, a point cloud or a vision data container.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public ICogVisionData OutputVisionData { get; }

Property Value

Type: ICogVisionData
The default is null.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfOutputVisionData state flag may be affected.
See Also