You are here: Start » AVL.NET » AVL.ConcatenatePaths_OfArray
Joins open paths of an array.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ConcatenatePaths_OfArray ( AvlNet.Path[] inPathArray, out AvlNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPathArray | AvlNet.Path[] | |||
![]() | outPath | AvlNet.Path | Output path. |
Description
Array version of ConcatenatePaths.
Errors
| Error type | Description |
|---|---|
| DomainError | Closed path on input in ConcatenatePaths. |


