You are here: Start » AVL.NET » Function Reference » Profile » Profile Basics » 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,
	IList<int> outIndices
)

Parameters

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

See also