CogSearchMaxZoneAngle Configuration Property Cognex VisionPro 9.7
Gets or sets the configuration of angle degree of freedom zone which specifies whether SearchMax will use either the low/high limits for the expected range of values or just the nominal value.

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

public CogSearchMaxZoneConstants Configuration { get; set; }

Property Value

Type: CogSearchMaxZoneConstants
The configuration of angle degree of freedom zone. Default value is CogSearchMaxZoneConstants.Nominal.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfConfiguration
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when you attempt to set this to a value other than CogSearchMaxZoneConstants.Nominal or CogSearchMaxZoneConstants.LowHigh.
Remarks

Specify CogSearchMaxZoneConstants.Nominal to specify a nominal value. values for the degree of freedom, and Nominal value is ignored.
See Also