You are here: Start » FIL.NET » FIS.PolygonMoment Method
FIS.PolygonMoment Method
Computes the selected second-order moment of a polygon in regular and normalized ( divided by polygon area ) variant.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PolygonMoment ( FilNet.Path inPolygon, FilNet.PolygonMomentType inMomentType, bool inCentral, out float outMoment, out float outNormMoment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | FilNet.Path | |||
![]() | inMomentType | FilNet.PolygonMomentType | |||
![]() | inCentral | bool | |||
![]() | outMoment | float | |||
![]() | outNormMoment | float |


