You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.ConcatenatePaths
Joins up to four open paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ConcatenatePaths ( FilNet.Path inPath1, FilNet.Path inPath2, FilNet.Path inPath3, FilNet.Path inPath4, bool inClose, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | FilNet.Path | Input path. | ||
![]() | inPath2 | FilNet.Path | Input path. | ||
![]() | inPath3 | FilNet.Path | Input path. | ||
![]() | inPath4 | FilNet.Path | Input path. | ||
![]() | 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 | FilNet.Path | Output path. |
Description
The operations joins two open paths adding a segment connecting the end of the inPath1 to the begin of inPath2.
Examples
![]() |
![]() |
![]() |
ConcatenatePaths run on the sample paths.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Closed path on input in ConcatenatePaths. |