GeometryUnionAggregate.Merge(GeometryUnionAggregate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the given GeometryUnionAggregate object into this geometry union.
public void Merge (Microsoft.SqlServer.Types.GeometryUnionAggregate group);
member this.Merge : Microsoft.SqlServer.Types.GeometryUnionAggregate -> unit
Public Sub Merge (group As GeometryUnionAggregate)
Parameters
- group
- GeometryUnionAggregate
The GeometryUnionAggregate object to add into this geometry union.