GeometryConvexHullAggregate.Merge(GeometryConvexHullAggregate) Method

Definition

Adds the specified GeometryConvexHullAggregate object into this convex hull.

public void Merge (Microsoft.SqlServer.Types.GeometryConvexHullAggregate group);
member this.Merge : Microsoft.SqlServer.Types.GeometryConvexHullAggregate -> unit
Public Sub Merge (group As GeometryConvexHullAggregate)

Parameters

group
GeometryConvexHullAggregate

The GeometryConvexHullAggregate object to add to this convex hull.

Applies to