Partage via


DbSpatialServices.Touches(DbGeometry, DbGeometry) Méthode

Définition

Détermine si les deux valeurs DbGeometry données se touchent de façon spatiale.

public:
 abstract bool Touches(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Touches (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Touches : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Touches (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Paramètres

geometryValue
DbGeometry

Première valeur géométrique.

otherGeometry
DbGeometry

Deuxième valeur géométrique.

Retours

true si geometryValue touche otherGeometry ; sinon false.

Exceptions

geometryValue otherGeometry

geometryValue otherGeometry

S’applique à