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


