You are here: Start » FIL.NET » FIS.GetPointOnPath Method

FIS.GetPointOnPath Method

Returns a path point of desired distance (measured along path) from the first point of the path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetPointOnPath
(
	FilNet.Path inPath,
	float inDistanceAlongPath,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inDistanceAlongPathfloat<0.0f, INF>Distance along path from the first characteristic point to the desired point.
outPointFilNet.Point2D

See also