DbGeometry.Touches(DbGeometry) Método

Definición

Determina si este valor DbGeometry toca espacialmente el argumento DbGeometry especificado.

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

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría.

Devoluciones

true si other toca este valor de geometría; de lo contrario, false.

Excepciones

Se aplica a