You are here: Start » FIL.NET » Invoke.GetPointOnPath

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
inPathFil.PathInput path.
inDistanceAlongPathfloat<0.0f, INF>Distance along path from the first characteristic point to the desired point.
outPointFil.Point2D

See also