DbGeometry.Union(DbGeometry) 方法

定義

計算此 DbGeometry 值與另一個 DbGeometry 值的聯集。

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

參數

other
DbGeometry

應計算與此值聯集的幾何值。

傳回

一個新的 DbGeometry 值,代表該幾何值與 other的聯集。

例外狀況

適用於