You are here: Start » FIL.NET » FIS.PathEndpoints Method
FIS.PathEndpoints Method
Returns the two endpoints of a path.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PathEndpoints ( FilNet.Path inPath, out FilNet.Point2D outFirstPoint, out FilNet.Point2D outLastPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outFirstPoint | FilNet.Point2D | |||
![]() | outLastPoint | FilNet.Point2D |


