CogSearchMaxTool RunParams Property Cognex VisionPro
Gets or sets the run parameters for this SearchMax tool.

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

public CogSearchMaxRunParams RunParams { get; set; }

Property Value

Type: CogSearchMaxRunParams
The run parameters. Default value is a default constructed CogSearchMaxRunParams.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfRunParams
  • SfCreateCurrentRecord
See Also