Freigeben über


ISpatial.IsEmpty-Eigenschaft

Ruft einen Wert ab, der angibt, ob der räumliche Typ leer ist.

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

Eigenschaftswert

Typ: System.Boolean
true , wenn der räumliche Typ leer ist, andernfalls false.

Siehe auch

Verweis

ISpatial Schnittstelle

System.Spatial-Namespace