GeometryUnionAggregate.Merge(GeometryUnionAggregate) Method

Definition

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.

Applies to