You are here: Start » FIL.NET » FIS.PolygonMassCenter Method

FIS.PolygonMassCenter Method

Computes the mass center of polygon.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PolygonMassCenter
(
	FilNet.Path inPolygon,
	out FilNet.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPolygonFilNet.Path
outMassCenterFilNet.Point2D

See also