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

Invoke.ProfileIndices

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also