You are here: Start » AVL.NET » Function Reference » Profile » Profile Features » AVL.ProfileSize

AVL.ProfileSize

Returns the number of elements in a profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ProfileSize
(
	AvlNet.Profile inProfile,
	out int outSize
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outSizeint

See also