CircularArc StartY Property Cognex VisionPro 9.22

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.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