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

FIS.ProfileIndices Method

Returns an array of all indices of the input profile (0, 1, 2, ...).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProfileIndices
(
	FilNet.Profile inProfile,
	IList<int> outIndices
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
outIndicesSystem.Collections.Generic.IList<int>

See also