Click or drag to resize

PolylineShapeGetPolygonArea Method

Get a nullable double value representing the area of the polygon. If the polyline is not closed or self-intersecting, null is returned.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract double? GetPolygonArea()

Return Value

Type: NullableDouble
a nullable double value representing the area of the polygon
See Also