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.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogSearchMaxZoneConstantsThe configuration of angle degree of freedom zone. Default value is CogSearchMaxZoneConstants.Nominal.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when you attempt to set this to a value other than CogSearchMaxZoneConstants.Nominal or CogSearchMaxZoneConstants.LowHigh. |
Remarks
See Also