DbGeometry.Touches(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷這個 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
。
例外狀況
other