ICog3DDisplayV2 EnableDrawing Property Cognex VisionPro
Gets or sets whether dragging the content of the display is enabled or not. When not enabled, no actual refresh of the display will happen inserting/updating/removing items. If adding/updating/removing multiple items it is advised to disable drawing so no redraw will happen after each individual operation.

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 EnableDrawing { get; set; }

Property Value

Type: Boolean
See Also