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

AVL.AddProfiles_OfArray

Adds profiles of an array value by value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Description

Array version of AddProfiles.

Errors

List of possible exceptions:

Error type Description
DomainError Input profiles have different lengths in AddProfiles.
DomainError Input profiles have different X coordinates in AddProfiles.

See also