Freigeben über


Geography.IsEmpty-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Geografie leer ist.

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

Eigenschaftswert

Typ: System.Boolean
true , wenn die Geografie leer ist, andernfalls false.

Implementiert

ISpatial.IsEmpty

Siehe auch

Verweis

Geography Klasse

System.Spatial-Namespace