CogCircularArc ArcLength Property Cognex VisionPro 9.7
Returns the length of this circular arc.

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

public double ArcLength { get; }

Property Value

Type: Double
Remarks

Returns the length of this circular arc. As AngleSpan becomes greater than 2π, the length continues to increase. This value is always positive.

See Also