DbGeometry.Intersects(DbGeometry) Méthode

Définition

Détermine si cette valeur DbGeometry croise spatialement l’argument DbGeometry spécifié.

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 à cette valeur géométrique pour l’intersection.

Retours

true si other croise cette valeur géométrique ; sinon false.

Exceptions

S’applique à