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
inPolygonFilNet.Path
inMomentTypeFilNet.PolygonMomentType
inCentralbool
outMomentfloat
outNormMomentfloat

See also