Compartir a través de


DbGeometry.Disjoint(DbGeometry) Método

Definición

Determina si este valor DbGeometry no es contiguo espacialmente con el argumento DbGeometry especificado.

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

Parámetros

other
DbGeometry

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

Devoluciones

true si otro no está separado de este valor de geometría; de lo contrario, false.

Excepciones

Se aplica a