You are here: Start » FIL.NET » Function Reference » Path » Path Combinators » FIL.ConcatenatePaths_OfLoop
Joins open paths appearing in consecutive iterations.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ConcatenatePaths_OfLoop ( FilNet.ConcatenatePaths_OfLoopState ioState, FilNet.Path inPath, bool inClose, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ConcatenatePaths_OfLoopState | ||||
![]() | inPath | 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
Loop version of ConcatenatePaths.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Closed path on input in ConcatenatePaths_OfLoop. |