次の方法で共有


DbGeometry.Crosses(DbGeometry) メソッド

定義

この DbGeometry 値が指定した DbGeometry 引数と空間的に交わるかどうかを判断します。

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

パラメーター

other
DbGeometry

この geometry 値と比較する必要がある geometry 値。

戻り値

他がこのジオメトリ値と交差する場合は true。それ以外の場合は false。

例外

適用対象