Share via


DbGeometry.Intersects(DbGeometry) Metodo

Definizione

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

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

Parametri

other
DbGeometry

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

Restituisce

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

Eccezioni

Si applica a