CogCNLSearchPattern OriginX Property Cognex VisionPro 9.5
The X component of the origin of this CNLSearch pattern. The location returned by a CogCNLSearchResult is the position of the origin in the search image.

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

public double OriginX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCNLSearchPattern Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The X-component of the origin of this CNLSearch pattern. The location returned by a CogCNLSearchResult is the position of this origin in the search image. This value is specified in the selected space of the supplied TrainImage.

Default Value: 70.0.

See Also