Partager via


Propriété Geography.IsEmpty

Obtient une valeur qui indique si la géographie est vide.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property IsEmpty As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
true si la géographie est vide ; sinon, false.

Implémente

ISpatial.IsEmpty

Voir aussi

Référence

Geography Classe

Espace de noms System.Spatial