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

Invoke.Subpath

Creates an open path from a continuous subsequence of the input path's points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Subpath
(
	Fil.Path inPath,
	int inStart,
	int inPointCount,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inStartint<0, INF>Index of the first point of the subpath.
inPointCountint<0, INF>1Number of points in the subpath. Default value: 1.
outPathFil.PathThe resulting subpath.

See also