Compartir a través de


DbGeometry.Within(DbGeometry) Método

Definición

Determina si este valor DbGeometry está espacialmente dentro del argumento DbGeometry especificado.

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

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría para ver su contención.

Devoluciones

true si este valor de geometría está dentro de otro; en caso contrario, false.

Excepciones

Se aplica a