CogCircularArc MidpointY Property Cognex VisionPro 9.5
Returns the y coordinate of the arc mid-point.

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

public double MidpointY { get; }

Property Value

Type: Double
Remarks

Returns the y-coordinate of the midpoint of the arc. This is the point on the arc halfway between (StartX,StartY) and (EndX,EndY).

See Also