共用方式為


DbGeometry.Union(DbGeometry) 方法

定義

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

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

參數

other
DbGeometry

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

傳回

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

例外狀況

適用於