共用方式為


DbGeometry.Disjoint(DbGeometry) 方法

定義

判斷這個 DbGeometry 是否在空間上與指定的 DbGeometry 引數不相交。

public bool Disjoint(System.Data.Entity.Spatial.DbGeometry other);
member this.Disjoint : System.Data.Entity.Spatial.DbGeometry -> bool
Public Function Disjoint (other As DbGeometry) As Boolean

參數

other
DbGeometry

應該與這個幾何值比較的 geometry 值,以便不相交。

傳回

如果其他與這個幾何值不相交,則為 true;否則為 false。

例外狀況

適用於