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

FIS.LineThroughPoints Method

Computes a line passing through two distinct points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineThroughPoints
(
	FilNet.Point2D inPoint1,
	FilNet.Point2D inPoint2,
	out FilNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPoint1FilNet.Point2D
inPoint2FilNet.Point2D
outLineFilNet.Line2D

See also