次の方法で共有


DbGeometry.Intersects(DbGeometry) メソッド

定義

この 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

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

戻り値

other がこの geometry 値と交差する場合は true、それ以外の場合は false です。

例外

適用対象