DbGeometry.Intersection(DbGeometry) メソッド

定義

この DbGeometry 値と別の DbGeometry 値の積集合を計算します。

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

パラメーター

other
DbGeometry

この値との交差を計算する必要があるジオメトリ値。

返品

このジオメトリ値と otherの交差部分を表す新しい DbGeometry 値。

例外

適用対象