Partager via


DbGeometry.Disjoint(DbGeometry) Méthode

Définition

Détermine si ce DbGeometry est disjoint de l'argument DbGeometry spécifié de façon spatiale.

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

Paramètres

other
DbGeometry

Valeur geometry qui doit être comparée à cette valeur geometry pour la disjointité.

Retours

true si l’autre est disjoint de cette valeur géométrique ; sinon, false.

Exceptions

S’applique à