You are here: Start » FIL.NET » Invoke.LineThroughPoints
Computes a line passing through two distinct points.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LineThroughPoints ( Fil.Point2D inPoint1, Fil.Point2D inPoint2, out Fil.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | Fil.Point2D | |||
![]() | inPoint2 | Fil.Point2D | |||
![]() | outLine | Fil.Line2D |


