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

FIS.DemarcateRegions Method

Splits common pixels of the input regions among these regions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DemarcateRegions
(
	IList<FilNet.Region> inRegions,
	IList<FilNet.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>
outRegionsSystem.Collections.Generic.IList<FilNet.Region>

Function Overrides

See also