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

Invoke.AddProfiles_OfArray

Adds profiles of an array value by value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AddProfiles_OfArray
(
	List<Avl.Profile> inProfileArray,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArraySystem.Collections.Generic.List<Avl.Profile>
outProfileAvl.ProfileOutput profile.

See also