ICog3DDisplayV2 MouseCoordinatesTracked Property Cognex VisionPro
Gets or sets whether the mouse’s coordinates are tracked in the display. It has to be set to true to figure out the 3D coordinates under the mouse's position. If set to false, mouse coordinates are not tracked and always reported as null.

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

bool MouseCoordinatesTracked { get; set; }

Property Value

Type: Boolean
See Also