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

Invoke.DemarcateRegions

Splits common pixels of the input regions among these regions.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void DemarcateRegions
(
	List<Fil.Region> inRegions,
	Optional<Fil.Metric> inMetric,
	List<Fil.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>
inMetricFtl.Optional<Fil.Metric>Metric used for deciding which region owns a pixel; if set to NIL, region with lowest index in the input array is chosen. Default value: ftl::NIL.
outRegionsSystem.Collections.Generic.List<Fil.Region>

See also