CogOCVMaxRunParams KeySearchParams Property Cognex VisionPro
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: 65.1.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
ArgumentNullExceptionIf you attempt to set this property to NULL.
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
See Also