次の方法で共有


DbGeometry.Within(DbGeometry) メソッド

定義

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

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

パラメーター

other
DbGeometry

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

戻り値

この geometry 値が other 内にある場合は true。それ以外の場合は false

例外

適用対象