You are here: Start » FIL.NET » Invoke.PolygonMassCenter

Invoke.PolygonMassCenter

Computes the mass center of polygon.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonMassCenter
(
	Fil.Path inPolygon,
	out Fil.Point2D outMassCenter
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
outMassCenterFil.Point2D

See also