共用方式為


DbGeometry.Touches(DbGeometry) 方法

定義

判斷這個 DbGeometry 值是否在空間上與指定的 DbGeometry 引數相接觸。

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

參數

other
DbGeometry

應該和這個幾何值做比較的幾何值。

傳回

如果 other 與這個地理值相切則為 true,否則為 false

例外狀況

適用於