次の方法で共有


DbGeometry.Touches(DbGeometry) メソッド

定義

この DbGeometry 値が指定した DbGeometry 引数と空間的に接触するかどうかを判断します。

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

パラメーター

other
DbGeometry

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

戻り値

other がこの geometry 値と接している場合は true、それ以外の場合は false です。

例外

適用対象