DbGeometry.Overlaps(DbGeometry) メソッド

定義

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

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

パラメーター

other
DbGeometry

このジオメトリ値と比較する必要がある重なりのジオメトリ値。

返品

true このジオメトリ値が other重なっている場合は。それ以外の場合は false

例外

適用対象