You are here: Start » FIL.NET » FIL.ConcatenatePaths

FIL.ConcatenatePaths

Joins two open paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ConcatenatePaths
(
	FilNet.Path inPath1,
	FilNet.Path inPath2,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPath1FilNet.PathInput path.
inPath2FilNet.PathInput path.
outPathFilNet.PathOutput 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.

See also