GeometryCollectionAggregate.Merge(GeometryCollectionAggregate) 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 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
The collection of SqlGeometry objects to add into this geometry collection.