Partager via


DbGeography.Intersects(DbGeography) Méthode

Définition

Détermine si cette valeur DbGeography coupe l'argument DbGeography spécifiée de façon spatiale.

public:
 bool Intersects(System::Data::Spatial::DbGeography ^ other);
public bool Intersects (System.Data.Spatial.DbGeography other);
member this.Intersects : System.Data.Spatial.DbGeography -> bool
Public Function Intersects (other As DbGeography) As Boolean

Paramètres

other
DbGeography

Valeur géographique qui doit être comparée à cette valeur géographique pour identifier l'intersection.

Retours

true si other entre en intersection avec cette valeur géographique ; sinon false.

Exceptions

S’applique à