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

FIS.PointsBoundingBox_OrNil Method

Computes the smallest box containing an array of points; returns NIL if the array is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsBoundingBox_OrNil
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Box? outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outBoundingBoxFilNet.Box?

See also