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

AVL.ProfileIndices Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outIndicesint

See also