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

FIS.Subpath Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Subpath
(
	FilNet.Path inPath,
	int inStart,
	int inPointCount,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.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.
outPathFilNet.PathThe resulting subpath.

See also