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

FIS.RegionOuterBoundaries Method

Returns the top, right, bottom and left boundaries of the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionOuterBoundaries
(
	FilNet.Region inRegion,
	IList<FilNet.Location> outTopBoundary,
	IList<FilNet.Location> outRightBoundary,
	IList<FilNet.Location> outBottomBoundary,
	IList<FilNet.Location> outLeftBoundary
)

Parameters

See also