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

AVS.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,
	IList<int> outIndices
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outIndicesSystem.Collections.Generic.IList<int>

See also