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

FIS.ConcatenatePaths Method

Joins up to four open paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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
inPath1FilNet.PathInput path.
inPath2FilNet.PathInput path.
inPath3FilNet.PathInput path.
inPath4FilNet.PathInput path.
inCloseboolIf set to true adding in result a segment between its first point and the last one, therefore producing a closed path.
outPathFilNet.PathOutput path.

See also