You are here: Start » FIL.NET » FIS.PointsMassCenter_OrNil Method
FIS.PointsMassCenter_OrNil Method
Computes the central point of the input points; returns NIL if the array is empty.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PointsMassCenter_OrNil ( IList<FilNet.Point2D> inPoints, out FilNet.Point2D? outMassCenter )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outMassCenter | FilNet.Point2D? |


