CircularArc EndY Property Cognex VisionPro 9.21 SR1

Returns the y coordinate of the arc end point (the point at the AngleStart + AngleSpan end of the arc).

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public double EndY { get; }

Property Value

Type: Double
Remarks

Returns the y-coordinate of the arc end point. This is the point at the AngleStart + AngleSpan end of the arc.

See Also