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