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

Invoke.RegionIntersection_OfArray

Computes the common part of an array of regions.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionIntersection_OfArray
(
	Optional<Fil.Region> inInitialRegion,
	List<Fil.Region> inArray,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inInitialRegionFtl.Optional<Fil.Region>
inArraySystem.Collections.Generic.List<Fil.Region>
outRegionFil.RegionOutput region.

See also