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 | |
|---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point2D | |||
![]() | inPoint2 | FilNet.Point2D | |||
![]() | outLine | FilNet.Line2D |


