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

AVS.ConcatenatePaths_OfArray Method

Joins open paths of an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConcatenatePaths_OfArray
(
	IList<AvlNet.Path> inPathArray,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathArraySystem.Collections.Generic.IList<AvlNet.Path>
outPathAvlNet.PathOutput path.

See also