次の方法で共有


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 値と比較する必要がある geometry 値。

戻り値

other がこのジオメトリ値と不整合である場合は true。それ以外の場合は false。

例外

適用対象