CogCaliperEdge PositionY Property Cognex VisionPro 9.7
The Y position of this edge in the input image.

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

public double PositionY { get; }

Property Value

Type: Double
Remarks

The Y 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 X parameter.

See Also