CogEllipticalArc StartX Property Cognex VisionPro 9.5
Returns the x 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 StartX { get; }

Property Value

Type: Double
Remarks

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

See Also