CogSearchMaxRunParams ZoneScaleY Property Cognex VisionPro
Gets or sets the zone configuration for the Y scale degree of freedom only.

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

public CogSearchMaxZoneScale ZoneScaleY { get; set; }

Property Value

Type: CogSearchMaxZoneScale
The zone configuration for the Y scale degree of freedom. Default value is a default constructed CogSearchMaxZoneScale.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfZoneScaleY
Exceptions

ExceptionCondition
ArgumentNullException Thrown when you attempt to set this to NULL.
Remarks

An CogSearchMaxZoneScale object describing the Y scale degree of freedom.

Specify a value for ZoneScale to specify the uniform scale degree of freedom.

Note The searched DOFs are relative to the StartPose if one exists.

Note This value is ignored and replaced by the pattern's zone DOFs if ZoneUsePattern is true.

See Also