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.Entity.Spatial.DbGeometry other);
member this.Touches : System.Data.Entity.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 d’autres touchent cette valeur géométrique ; sinon, false.

Exceptions

S’applique à