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 值。

例外

适用于