DbSpatialServices.Touches(DbGeometry, DbGeometry) Metod

Definition

Avgör om de två angivna DbGeometry värdena rör vid rumsligt.

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

Parametrar

geometryValue
DbGeometry

Det första geometrivärdet.

otherGeometry
DbGeometry

Det andra geometrivärdet.

Returer

true if geometryValue touches otherGeometry; annars false.

Undantag

geometryValue otherGeometry

geometryValue otherGeometry

Gäller för