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

FIS.RegionBoundingBox_OrNil Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionBoundingBox_OrNil
(
	FilNet.Region inRegion,
	out FilNet.Box? outBoundingBox
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outBoundingBoxFilNet.Box?

See also