You are here: Start » FIL.NET » Function Reference » Region » Region Features » FIL.RegionDispersion

FIL.RegionDispersion

Calculates how much more the input region's points are dispersed comparing to the points of a circle of the same area.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RegionDispersion
(
	FilNet.Region inRegion,
	out float outDispersion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outDispersionfloat

See also