Share via


DbGeometry.Touches(DbGeometry) Metodo

Definizione

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

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

Parametri

other
DbGeometry

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

Restituisce

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

Eccezioni

Si applica a