Geometry.IsEmpty Property

Gets a value that indicates whether geometry is empty.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsEmpty As Boolean 
    Get
'Usage
Dim instance As Geometry 
Dim value As Boolean 

value = instance.IsEmpty
public abstract bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
    bool get () abstract;
}
abstract IsEmpty : bool
abstract function get IsEmpty () : boolean

Property Value

Type: System.Boolean
true if the geometry is empty; otherwise, false.

Implements

ISpatial.IsEmpty

See Also

Reference

Geometry Class

System.Spatial Namespace