Cog3DDisplay Image Property Cognex VisionPro
Gets or sets the image currently in the display.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public ICogImage Image { get; set; }

Property Value

Type: ICogImage
Exceptions

ExceptionCondition
Cog3DImageRenderExceptionThrown when the image cannot be rendered.
See Also