Gets or sets the run mode. Legal values include Search (process the
entire input image) and Query (only consider specified locations).
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 91.0.0.0
Syntax
Property Value
Type: CogAutoSelectRunModeConstantsThe run mode. Legal values include Search (process the entire input image) and Query (only consider specified locations).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied run mode is not a valid member of the enumeration. |
See Also