Partager via


Propriété ISpatial.IsEmpty

Obtient une valeur qui indique si le type spatial est vide.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si le type spatial est vide ; sinon, false.

Voir aussi

Référence

ISpatial Interface

Espace de noms System.Spatial