GeometryCollectionAggregate.Merge Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds the specified GeometryCollectionAggregate collection into this geometry collection.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Merge ( _
group As GeometryCollectionAggregate _
)
'Usage
Dim instance As GeometryCollectionAggregate
Dim group As GeometryCollectionAggregate
instance.Merge(group)
public void Merge(
GeometryCollectionAggregate group
)
public:
void Merge(
GeometryCollectionAggregate^ group
)
member Merge :
group:GeometryCollectionAggregate -> unit
public function Merge(
group : GeometryCollectionAggregate
)
Parameters
- group
Type: Microsoft.SqlServer.Types.GeometryCollectionAggregate
The collection of SqlGeometry objects to add into this geometry collection.