DbGeometry.Intersects(DbGeometry) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この DbGeometry 値が、指定した DbGeometry 引数と空間的に交差するかどうかを判断します。
public:
bool Intersects(System::Data::Spatial::DbGeometry ^ other);
public bool Intersects(System.Data.Spatial.DbGeometry other);
member this.Intersects : System.Data.Spatial.DbGeometry -> bool
Public Function Intersects (other As DbGeometry) As Boolean
パラメーター
- other
- DbGeometry
交差のこのジオメトリ値と比較する必要があるジオメトリ値。
返品
true
otherがこのジオメトリ値と交差する場合は >。それ以外の場合はfalse。
例外
other