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

AVL.ProfileIndices

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProfileIndices
(
	AvlNet.Profile inProfile,
	out int[] outIndices
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outIndicesint[]

See also