CogDisplay MultiSelectionEnabled Property Cognex VisionPro 9.8
Gets or sets whether the user can select more than one interactive shape in the display.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public virtual bool MultiSelectionEnabled { get; set; }

Property Value

Type: Boolean
True if multiple selection is enabled.
Exceptions

Remarks

If enabled, the user may select more than one shape by holding down the Control key while selecting.

See Also