次の方法で共有


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

この geometry 値と結合解除を比較する必要がある geometry 値。

戻り値

other がこの geometry 値から離れている場合は true、それ以外の場合は false です。

例外

適用対象