DbGeometry.Intersects(DbGeometry) Metodo

Definizione

Determina se questo valore DbGeometry interseca in modo spaziale l'argomento DbGeometry specificato.

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

Valore geometry da confrontare con questo valore geometry per l'intersezione.

Valori restituiti

true se other interseca questo valore geometry; in caso contrario false, .

Eccezioni

Si applica a