You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathEndpoints
Returns the two endpoints of a path.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathEndpoints. |


