You are here: Start » AVL.NET » AVL.AddProfiles Method

AVL.AddProfiles Method

Adds two profiles value by value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddProfiles(
	AvlNet.Profile inProfile1,
	AvlNet.Profile inProfile2,
	out AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfile1AvlNet.ProfileFirst input profile.
inProfile2AvlNet.ProfileSecond input profile.
outProfileAvlNet.ProfileOutput profile.

Errors

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

See also