DbGeometry.Union(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算這個 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 值。
例外狀況
other