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

FIS.FisFilter_MakePath Method

Creates a path structure.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakePath
(
	IList<FilNet.Point2D> inPoints,
	bool inClosed,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Input points of the path.
inClosedboolInput whether the path is closed.
outPathFilNet.PathOutput path.

See also