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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | Input points of the path. | ||
![]() | inClosed | bool | Input whether the path is closed. | ||
![]() | outPath | FilNet.Path | Output path. |