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

Invoke.TrimPath

Creates a path contained in a box from another path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TrimPath
(
	Fil.Path inPath,
	Fil.Box inBox,
	Fil.TrimPathMethod inTrimPathMethod,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inBoxFil.Box
inTrimPathMethodFil.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathFil.PathOutput path.

See also