You are here: Start » AVL.NET » Function Reference » Path » Path Combinators » AVL.ConcatenatePaths_OfArray

AVL.ConcatenatePaths_OfArray

Joins open paths of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ConcatenatePaths_OfArray
(
	IList<AvlNet.Path> inPathArray,
	bool inClose,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathArraySystem.Collections.Generic.IList<AvlNet.Path>Input paths.
inCloseboolIf set to true adding in result a segment between its first point and the last one, therefore producing a closed path.
outPathAvlNet.PathOutput path.

Description

Array version of ConcatenatePaths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths_OfArray.

See also