GeometryConvexHullAggregate.Merge Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds the specified GeometryConvexHullAggregate 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 GeometryConvexHullAggregate _
)
'Usage
Dim instance As GeometryConvexHullAggregate
Dim group As GeometryConvexHullAggregate
instance.Merge(group)
public void Merge(
GeometryConvexHullAggregate group
)
public:
void Merge(
GeometryConvexHullAggregate^ group
)
member Merge :
group:GeometryConvexHullAggregate -> unit
public function Merge(
group : GeometryConvexHullAggregate
)
Parameters
- group
Type: Microsoft.SqlServer.Types.GeometryConvexHullAggregate
The GeometryConvexHullAggregate object to add to this convex hull.