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

FIS.GetMinimumRegion_OrNil Method

Returns the region from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any region inside it is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetMinimumRegion_OrNil
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	INullable<FilNet.Region> outRegion,
	out float? outValue,
	out int? outIndex
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
outRegionFilNet.INullable<FilNet.Region>Output region. This parameter cannot be null.
outValuefloat?Computed feature value of the output region.
outIndexint?

See also