Cog3DVisionDataStitchResult VisionData Property Cognex VisionPro 9.8
This will always point to all of the rendered data. So if you requested just Range output, this will point to the RangeImage property. If you request just Grey output, this will point to the GreyImage property. And if you requested both Range and Grey output, this will point to a CogVisionDataContainer object holding both the range and the grey output.

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

public ICogVisionData VisionData { get; }

Property Value

Type: ICogVisionData
See Also