You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » FIL.ProfileIndices

FIL.ProfileIndices

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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