GeographyConvexHullAggregate.Merge(GeographyConvexHullAggregate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The GeographyConvexHullAggregate object to add to this convex hull.