You are here: Start » FIL.NET » FIS.PathMassCenter_OrNil Method
FIS.PathMassCenter_OrNil Method
Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PathMassCenter_OrNil ( FilNet.Path inPath, out FilNet.Point2D? outMassCenter )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outMassCenter | FilNet.Point2D? |


