Partager via


DbGeometry.Touches(DbGeometry) Méthode

Définition

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

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

Paramètres

other
DbGeometry

Valeur géométrique qui doit être comparée avec cette valeur géométrique.

Retours

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

Exceptions

S’applique à