DbGeometry.Overlaps(DbGeometry) 方法

定義

判斷此 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

應該比較的幾何值是否重疊。

傳回

true 若此幾何值重 other疊;否則 false

例外狀況

適用於