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

FIS.RegionIntersection_OfArray Method

Computes the common part of an array of regions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionIntersection_OfArray
(
	NullableRef<FilNet.Region> inInitialRegion,
	IList<FilNet.Region> inArray,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inInitialRegionFilNet.NullableRef<FilNet.Region>
inArraySystem.Collections.Generic.IList<FilNet.Region>
outRegionFilNet.RegionOutput region.

Function Overrides

See also