CogOCVMaxRunParams KeySearchParams Property Cognex VisionPro 9.5
Gets or sets the search parameters used for alignment of each keyset relative to its neighbor.

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

public CogOCVMaxSearchParams KeySearchParams { get; set; }

Property Value

Type: CogOCVMaxSearchParams
The search parameters used for alignment of each keyset relative to its neighbor.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
ArgumentNullExceptionIf you attempt to set this property to NULL.
See Also