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

FIS.PathEndpoints Method

Returns the two endpoints of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathEndpoints
(
	FilNet.Path inPath,
	out FilNet.Point2D outFirstPoint,
	out FilNet.Point2D outLastPoint
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outFirstPointFilNet.Point2D
outLastPointFilNet.Point2D

See also