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

Invoke.TrimPathArray

Creates an array of paths contained in a box from another array of paths.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TrimPathArray
(
	List<Fil.Path> inPaths,
	Fil.Box inBox,
	Fil.TrimPathMethod inTrimPathMethod,
	List<Fil.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>
inBoxFil.Box
inTrimPathMethodFil.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.List<Fil.Path>

See also