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


