DbGeometry.Overlaps(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷這個 DbGeometry 值是否在空間上與指定的 DbGeometry 引數重疊。
public:
bool Overlaps(System::Data::Spatial::DbGeometry ^ other);
public bool Overlaps (System.Data.Spatial.DbGeometry other);
member this.Overlaps : System.Data.Spatial.DbGeometry -> bool
Public Function Overlaps (other As DbGeometry) As Boolean
參數
- other
- DbGeometry
應該和這個幾何值針對重疊做比較的幾何值。
傳回
如果這個地理值與 other
重疊則為 true
,否則為 false
。
例外狀況
other