CogSearchMaxRunParams OriginBoundary Property Cognex VisionPro 9.8
Gets or sets the origin boundary. The origin boundary will limit the parts of the image where the pattern may be found such that the found pattern's origin must be within the origin boundary. This value is ignored unless RunMode is set to SearchImageWithOriginBoundary.

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

public CogRectangle OriginBoundary { get; set; }

Property Value

Type: CogRectangle
Default is nothing or null.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfOriginBoundary
See Also