ISpatial.IsEmpty Property
Gets a value that indicates whether the spatial type is empty.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
ReadOnly Property IsEmpty As Boolean
Get
'Usage
Dim instance As ISpatial
Dim value As Boolean
value = instance.IsEmpty
bool IsEmpty { get; }
property bool IsEmpty {
bool get ();
}
abstract IsEmpty : bool
function get IsEmpty () : boolean
Property Value
Type: System.Boolean
true if the spatial type is empty; otherwise, false.