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

FIS.GetMaximumRegion Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetMaximumRegion
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	FilNet.Region outRegion,
	NullableValue<float> outValue,
	NullableValue<int> outIndex
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
outRegionFilNet.RegionOutput region.
outValueFilNet.NullableValue<float>Computed feature value of the output region. Can be null to skip this parameter calculation.
outIndexFilNet.NullableValue<int> Can be null to skip this parameter calculation.

Function Overrides

See also