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

FIS.RegionPointRunLengths Method

Returns the lengths of horizontal sequences of locations that constitute the input region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionPointRunLengths
(
	FilNet.Region inRegion,
	IList<int> outPointRunLengths
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outPointRunLengthsSystem.Collections.Generic.IList<int>

See also