DbGeometry.Within(DbGeometry) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
包含のこのジオメトリ値と比較する必要があるジオメトリ値。
返品
true このジオメトリ値が other内にある場合は。それ以外の場合は false。
例外
other