共用方式為


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

應該針對此幾何值計算與這個值的聯集。

傳回

表示這個幾何值與 other 之間聯集的新 DbGeometry 值。

例外狀況

適用於