You are here: Start » FIL.NET » Invoke.GetMaximumRegion

Invoke.GetMaximumRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetMaximumRegion
(
	List<Fil.Region> inRegions,
	Fil.RegionFeature inFeature,
	Fil.Region outRegion,
	Optional<float> outValue,
	Optional<int> outIndex
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.List<Fil.Region>Input regions.
inFeatureFil.RegionFeatureRegion feature value to be computed.
outRegionFil.RegionOutput region.
outValueFtl.Optional<float>Computed feature value of the output region.
outIndexFtl.Optional<int>

See also