You are here: Start » AVL.NET » Invoke.ProfileSize

Invoke.ProfileSize

Returns the number of elements in a profile.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
outSizeint

See also