CogCaliperResult PositionX Property Cognex VisionPro
The X position of this result in the input image.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax

public double PositionX { get; }

Property Value

Type: Double
Remarks

The X position of this edge in the input image. This value is equivalent to the value obtained by calling PositionXY(Double, Double , Double ) and specifying 0.5 for the T parameter and 0 for the Y parameter.

See Also