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::Spatial::DbGeometry ^ other);
public bool Disjoint (System.Data.Spatial.DbGeometry other);
member this.Disjoint : System.Data.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 ver si hay desunión.

Devoluciones

true si other no es contiguo a este valor de geometría; de lo contrario, false.

Excepciones

Se aplica a