次の方法で共有


DbGeometry.Within(DbGeometry) メソッド

定義

この DbGeometry 値が指定した DbGeometry 引数内に空間的に含まれているかどうかを判断します。

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

パラメーター

other
DbGeometry

この geometry 値とコンテインメントを比較する必要がある geometry 値。

戻り値

このジオメトリ値が他の範囲内にある場合は true。それ以外の場合は false。

例外

適用対象