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

FIS.FisFilter_AccessPath Method

Returns individual fields of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_AccessPath
(
	FilNet.Path inPath,
	IList<FilNet.Point2D> outPoints,
	out bool outClosed
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>Output points of the path.
outClosedboolOutput whether the path is closed.

See also