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

Invoke.RegionIntersection_OfLoop

Computes the common part of regions appearing in consecutive iterations.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionIntersection_OfLoop
(
	Fil.RegionCombinators_OfLoopState ioState,
	Fil.Region inRegion,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
ioStateFil.RegionCombinators_OfLoopState
inRegionFil.RegionInput region.
outRegionFil.RegionOutput region.

See also