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

AVL.ConcatenatePaths_OfArray Method

Joins open paths of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConcatenatePaths_OfArray(
	AvlNet.Path[] inPathArray,
	out AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathArrayAvlNet.Path
outPathAvlNet.PathOutput path.

Errors

Error type Description
DomainError Closed path on input in ConcatenatePaths.

See also