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

FIS.PruneRegion Method

Removes one pixel wide branches from a region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PruneRegion
(
	FilNet.Region inRegion,
	int inMaxLength,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inMaxLengthint<0, INF>3Maximal length of a branch of the input region to be pruned. Default value: 3.
outRegionFilNet.RegionOutput region.

See also