GeometryCollectionAggregate.Merge(GeometryCollectionAggregate) Method

Definition

Adds the specified GeometryCollectionAggregate collection into this geometry collection.

public void Merge (Microsoft.SqlServer.Types.GeometryCollectionAggregate group);
member this.Merge : Microsoft.SqlServer.Types.GeometryCollectionAggregate -> unit
Public Sub Merge (group As GeometryCollectionAggregate)

Parameters

group
GeometryCollectionAggregate

The collection of SqlGeometry objects to add into this geometry collection.

Applies to