You are here: Start » FIL.NET » Invoke.ConcatenatePaths
Joins up to four open paths.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ConcatenatePaths ( Fil.Path inPath1, Fil.Path inPath2, Fil.Path inPath3, Fil.Path inPath4, bool inClose, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | Fil.Path | Input path. | ||
![]() | inPath2 | Fil.Path | Input path. | ||
![]() | inPath3 | Fil.Path | Input path. | ||
![]() | inPath4 | Fil.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 | Fil.Path | Output path. |