Partager via


Propriété Geometry.IsEmpty

Obtient une valeur qui indique si la géométrie 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 Geometry
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éométrie est vide ; sinon, false.

Implémente

ISpatial.IsEmpty

Voir aussi

Référence

Geometry Classe

Espace de noms System.Spatial