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::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

Paramètres

other
DbGeometry

Valeur géométrique qui doit être comparée avec cette valeur géométrique pour identifier les problèmes de jointure.

Retours

true si other est disjoint de cette valeur géométrique ; sinon false.

Exceptions

S’applique à