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

Invoke.RegionBoundingBox_OrNil

Computes the smallest box containing a region; returns NIL if the region is empty.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionBoundingBox_OrNil
(
	Fil.Region inRegion,
	Conditional<Fil.Box> outBoundingBox
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outBoundingBoxFtl.Conditional<Fil.Box>

See also