Cog3DDisplayV2 EnableDrawing Property Cognex VisionPro 9.8
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: 75.1.0.0 (75.1.0.0)
Syntax

public bool EnableDrawing { get; set; }

Property Value

Type: Boolean

Implements

ICog3DDisplayV2 EnableDrawing
See Also