CogSearchMaxRunParams RunMode Property Cognex VisionPro 9.7
Gets or sets the run mode that is used to search for the pattern.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

public CogSearchMaxRunModeConstants RunMode { get; set; }

Property Value

Type: CogSearchMaxRunModeConstants
The run mode must be a member of CogSearchMaxRunModeConstants. The default is SearchImage.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfRunMode
See Also