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

FIS.MaximumProfile_OfArray Method

Computes the maximum of profiles of an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MaximumProfile_OfArray
(
	IList<FilNet.Profile> inProfileArray,
	FilNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArraySystem.Collections.Generic.IList<FilNet.Profile>
outProfileFilNet.ProfileOutput profile.

See also