DbGeometry.Touches(DbGeometry) Metodo

Definizione

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

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

Valore geometry da confrontare con questo valore geometry.

Valori restituiti

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

Eccezioni

Si applica a