GeometryConvexHullAggregate.Merge Method (GeometryConvexHullAggregate)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public void Merge(
    GeometryConvexHullAggregate group
)
public:
void Merge(
    GeometryConvexHullAggregate^ group
)
member Merge : 
        group:GeometryConvexHullAggregate -> unit
Public Sub Merge (
    group As GeometryConvexHullAggregate
)

Parameters

See Also

GeometryConvexHullAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top