Proprietà Geometry.IsEmpty
Ottiene un valore che indica se la geometria è vuota.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property IsEmpty As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true se la geometria è vuota; in caso contrario, false.