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

FIL.ArcMidpoint

Computes the midpoint of an arc.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ArcMidpoint
(
	FilNet.Arc2D inArc,
	out FilNet.Point2D outMidpoint
)

Parameters

Name Type Range Default Description
inArcFilNet.Arc2D
outMidpointFilNet.Point2D

Examples

The resulting outMidpoint drawn with the input arc.

See also