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

Invoke.PolygonArea

Computes the area of polygon.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PolygonArea
(
	Fil.Path inPolygon,
	out float outArea
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
outAreafloat

See also