Compartir a través de


DbGeometry.Touches(DbGeometry) Método

Definición

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

public bool Touches (System.Data.Entity.Spatial.DbGeometry other);
member this.Touches : System.Data.Entity.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 otros toca este valor de geometría; en caso contrario, false.

Excepciones

Se aplica a