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