You are here: Start » AVL.NET » Invoke.ConcatenatePaths_OfArray
Joins open paths of an array.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ConcatenatePaths_OfArray ( List<Avl.Path> inPathArray, bool inClose, Avl.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPathArray | System.Collections.Generic.List<Avl.Path> | Input paths. | ||
![]()  | inClose | bool | If set to true adding in result a segment between its first point and the last one, therefore producing a closed path. | ||
![]()  | outPath | Avl.Path | Output path. | 


