You are here: Start » FIL.NET » Invoke.PointsBoundingBox_OrNil

Invoke.PointsBoundingBox_OrNil

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsBoundingBox_OrNil
(
	List<Fil.Point2D> inPoints,
	Conditional<Fil.Box> outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outBoundingBoxFtl.Conditional<Fil.Box>

See also