Share via


DbGeometry.Contains(DbGeometry) Metodo

Definizione

Determina se questo valore DbGeometry contiene l'argomento DbGeometry specificato a livello spaziale.

public:
 bool Contains(System::Data::Spatial::DbGeometry ^ other);
public bool Contains (System.Data.Spatial.DbGeometry other);
member this.Contains : System.Data.Spatial.DbGeometry -> bool
Public Function Contains (other As DbGeometry) As Boolean

Parametri

other
DbGeometry

Il valore di posizione geometrica che deve essere confrontato con questo valore di posizione geometrica per contenimento.

Restituisce

true se il valore di questa geometria contiene a other; in caso contrario, false.

Eccezioni

Si applica a