Gets or sets the zone configuration for the X scale degree of freedom
used for training pattern templates.
This property is ignored if TrainMode is EvaluateDOFsAtRuntime.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogSearchMaxZoneScaleThe zone configuration for the X scale degree of freedom. Default value is a default constructed CogSearchMaxZoneScale.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when you attempt to set this to NULL. |
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
An CogSearchMaxZoneScale object describing the X scale degree of freedom.
Specify a value for ZoneScale to specify the uniform scale degree of freedom.
Note Changing this property causes this CogSearchMaxPattern to become untrained.
Note This CogSearchMaxPattern will sink changed events for the CogSearchMaxZoneScale that you supply. Whenever the CogSearchMaxZoneScale changes, this CogSearchMaxPattern will become untrained.
See Also