DbSpatialServices.Touches(DbGeometry, DbGeometry) Methode

Definitie

Bepaalt of de twee gegeven DbGeometry waarden ruimtelijk aanraken.

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

Parameters

geometryValue
DbGeometry

De eerste geometriewaarde.

otherGeometry
DbGeometry

De tweede geometriewaarde.

Retouren

true indien geometryValue aangeraakt otherGeometry; anders false.

Uitzonderingen

geometryValue otherGeometry

geometryValue otherGeometry

Van toepassing op