You are here: Start » FIL.NET » FIS.PointsBoundingCircle Method

FIS.PointsBoundingCircle Method

Computes the smallest circle containing an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsBoundingCircle
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outBoundingCircleFilNet.Circle2D

See also