共用方式為


DbGeometry.Disjoint(DbGeometry) 方法

定義

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

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

參數

other
DbGeometry

應該和這個幾何值針對不相交做比較的幾何值。

傳回

如果 other 與這個地理值不相交則為 true,否則為 false

例外狀況

適用於