You are here: Start » FIL.NET » FIS.AveragePoint Method
FIS.AveragePoint Method
Computes the middle point of two input points.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void AveragePoint ( FilNet.Point2D inPoint1, FilNet.Point2D inPoint2, out FilNet.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point2D | |||
![]() | inPoint2 | FilNet.Point2D | |||
![]() | outPoint | FilNet.Point2D |


