CogSearchMaxTool Pattern Property Cognex VisionPro 9.7
Gets or sets the SearchMaxPattern object.

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

public CogSearchMaxPattern Pattern { get; set; }

Property Value

Type: CogSearchMaxPattern
The operator. Default value is a default-constructed CogSearchMaxPattern.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfPattern
  • SfCreateCurrentRecord
See Also