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

FIS.GetMinimumRegion Method

Returns the region from the input array that corresponds to the smallest computed feature value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetMinimumRegion
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
outRegionFilNet.RegionOutput region.

Function Overrides

See also