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

FIS.SplitRegionIntoExactlyNComponents Method

Splits a region into a fixed-size array of regions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SplitRegionIntoExactlyNComponents
(
	FilNet.Region inRegion,
	int inComponentCount,
	float inDistanceBalance,
	bool inRemoveBoundaryBlobs,
	INullable<SafeList<FilNet.Region>> outComponents
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inComponentCountint<1, INF>
inDistanceBalancefloat<-1.0f, 1.0f>Defines how much important the distance between regions in x coordinate is according to distance in y coordinate.
inRemoveBoundaryBlobsboolFalseFlag indicating whether the blobs on border of the input region should be removed or not. Default value: False.
outComponentsFilNet.INullable<FilNet.SafeList<FilNet.Region>> This parameter cannot be null.

Function Overrides

See also