GeographyConvexHullAggregate.Merge(GeographyConvexHullAggregate) Method

Definition

Adds the given GeographyConvexHullAggregate object into this convex hull.

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

Parameters

group
GeographyConvexHullAggregate

The GeographyConvexHullAggregate object to add to this convex hull.

Applies to