CogOCVMaxSearchParams UncertaintyY Property Cognex VisionPro 9.8 SR1
This is the uncertainty of the starting pose in the Y dimension, in selected space coordinates. This value is used by both CogOCVMaxRunParams::KeySearchParams and CogOCVMaxRunParams::StartPoseSearchParams. This value is ignored in CogOCVMaxRunParams::ImageSearchParams.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.0.0.0
Syntax

public double UncertaintyY { get; set; }

Property Value

Type: Double
This read/write property of type Double must be greater than or equal to zero.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero.
ObjectDisposedExceptionIf this CogOCVMaxSearchParams object has already been disposed.
See Also