CogEllipticalArc StartY Property Cognex VisionPro 9.5
Returns the y coordinate of the arc's start point. The start point occurs at the angle given by AngleStart.

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

public double StartY { get; }

Property Value

Type: Double
Remarks

Returns the y-coordinate of the arc start point. The start point occurs at the angle given by AngleStart.

See Also