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

FIS.SelectRegions Method

Selects regions according to the selected feature and range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SelectRegions
(
	IList<FilNet.Region> inRegions,
	FilNet.RegionFeature inFeature,
	float? inMinimum,
	float? inMaximum,
	IList<FilNet.Region> outAccepted,
	NullableRef<List<float>> outValues
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<FilNet.Region>Input regions.
inFeatureFilNet.RegionFeatureRegion feature value to be computed.
inMinimumfloat?Lowest value of the range. Default value: ftl::NIL.
inMaximumfloat?Highest value of the range. Default value: ftl::NIL.
outAcceptedSystem.Collections.Generic.IList<FilNet.Region>Regions with feature values matching the range.
outValuesFilNet.NullableRef<System.Collections.Generic.List<float>> Can be null to skip this parameter calculation.

Function Overrides

See also