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