CogAutoSelect RunMode Property Cognex VisionPro 9.5
Gets or sets the run mode. Legal values include Search (process the entire input image) and Query (only consider specified locations).

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 69.0.0.0
Syntax

public CogAutoSelectRunModeConstants RunMode { get; set; }

Property Value

Type: CogAutoSelectRunModeConstants
The run mode. Legal values include Search (process the entire input image) and Query (only consider specified locations).
Events

Exceptions

ExceptionCondition
ArgumentException If the supplied run mode is not a valid member of the enumeration.
See Also