Share via


DbGeometry.IsEmpty Proprietà

Definizione

Ottiene un valore booleano nullable che indica se il valore DbGeometry è vuoto, che può essere null se questo valore non rappresenta una curva.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Valore della proprietà

true se il valore DbGeometry è vuoto; in caso contrario, false.

Si applica a