Geography.IsEmpty Property
Gets a value that indicates whether the geography 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 Geography
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 geography is empty; otherwise, false.