You are here: Start » AVL.NET » AVL.ArcLength(AvlNet.Arc2D, float)

AVL.ArcLength(AvlNet.Arc2D, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ArcLength(
	AvlNet.Arc2D inArc,
	out float outLength
)

Parameters

inArc
Type: AvlNet.Arc2D
outLength
Type: System.Single

Examples

ArcLength performed on an arc with parameters: X = 175, Y = 175, Radius = 100, StartAngle = 0, SweepAngle = 180.
The outLength returns a value of 314,159.

See also