You are here: Start » FIL.NET » Invoke.GetPointOnPath
Returns a path point of desired distance (measured along path) from the first point of the path.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetPointOnPath ( Fil.Path inPath, float inDistanceAlongPath, out Fil.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inDistanceAlongPath | float | <0.0f, INF> | Distance along path from the first characteristic point to the desired point. | |
![]() | outPoint | Fil.Point2D |


