CogCircularArc StartY Property Cognex VisionPro
Returns the y coordinate of the arc start point (the point at the AngleStart end of the arc).

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

public double StartY { get; }

Property Value

Type: Double
Remarks

The y-coordinate of the start point of the arc. This is the point at the AngleStart end of the arc.

See Also