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

FIS.AppendPointToPath Method

Appends a point to a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AppendPointToPath
(
	FilNet.Path ioPath,
	FilNet.Point2D inPoint
)

Parameters

Name Type Range Default Description
ioPathFilNet.Path
inPointFilNet.Point2DInput point.

See also