Loading [MathJax]/extensions/tex2jax.js

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

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
inPath1Fil.PathInput path.
inPath2Fil.PathInput path.
inPath3Fil.PathInput path.
inPath4Fil.PathInput path.
inCloseboolIf set to true adding in result a segment between its first point and the last one, therefore producing a closed path.
outPathFil.PathOutput path.

See also