You are here: Start » AVL.NET » AVS.AvsFilter_AccessPath Method
AVS.AvsFilter_AccessPath Method
Returns individual fields of a path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_AccessPath ( AvlNet.Path inPath, IList<AvlNet.Point2D> outPoints, out bool outClosed )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outPoints | System.Collections.Generic.IList<AvlNet.Point2D> | Output points of the path. | ||
![]() | outClosed | bool | Output whether the path is closed. |


