Partager via


DbGeometry.Intersects(DbGeometry) Méthode

Définition

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

public:
 bool Intersects(System::Data::Spatial::DbGeometry ^ other);
public bool Intersects (System.Data.Spatial.DbGeometry other);
member this.Intersects : System.Data.Spatial.DbGeometry -> bool
Public Function Intersects (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 l'intersection.

Retours

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

Exceptions

S’applique à