CogSearchMaxRunParams StartPoseTranslationUncertaintyX Property Cognex VisionPro 9.7
Gets or sets the amount of + or - X translation to search about the start pose. This value is ignored if RunMode is not set to SearchImageWithStartPose.

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

public double StartPoseTranslationUncertaintyX { get; set; }

Property Value

Type: Double
Gets or sets the amount of + or - X translation to search about the start pose. Default is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfStartPoseTranslationUncertaintyX
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when set to a negative value.
See Also