CogSearchMaxRunParams ZoneUsePattern Property Cognex VisionPro 9.7
Gets or sets whether to use zone information of DOFs from CogSearchMaxPattern. If true, zone information of DOFs specified in CogSearchMaxPattern will be used; otherwise, zone information specified in this CogSearchMaxRunParams will be used.

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

public bool ZoneUsePattern { get; set; }

Property Value

Type: Boolean
True if using zone information of DOFs specified in CogSearchMaxPattern is enabled; otherwise, false. Default value is False.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfZoneUsePattern
Remarks

If true, zone information of DOFs specified in CogSearchMaxPattern will be used, and zone information specified in this CogSearchMaxRunParams will be ignored.
See Also