Geotools.Net

IGeometry.IsEmpty Method 

Returns whether or not the set of points in this Geometry is empty.

[Visual Basic]
Function IsEmpty() As Boolean
[C#]
bool IsEmpty();

Return Value

Return true if this Geometry equals the empty geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.IsEmpty

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace