You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.ArcLength

FIL.ArcLength

Computes the length of an arc.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ArcLength
(
	FilNet.Arc2D inArc,
	out float outLength
)

Parameters

Name Type Range Default Description
inArcFilNet.Arc2D
outLengthfloat

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