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

AVS.AddProfiles_OfArray Method

Adds profiles of an array value by value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddProfiles_OfArray
(
	IList<AvlNet.Profile> inProfileArray,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileArraySystem.Collections.Generic.IList<AvlNet.Profile>
outProfileAvlNet.ProfileOutput profile.

See also