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


