You are here: Start » FIL.NET » Invoke.ProfileIndices

Invoke.ProfileIndices

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProfileIndices
(
	Fil.Profile inProfile,
	List<int> outIndices
)

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
outIndicesSystem.Collections.Generic.List<int>

See also