GeometryConvexHullAggregate.Merge(GeometryConvexHullAggregate) 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 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
The GeometryConvexHullAggregate object to add to this convex hull.