GeographyConvexHullAggregate.Accumulate(SqlGeography) Method

Definition

Adds the given SqlGeography object into this convex hull.

public void Accumulate (Microsoft.SqlServer.Types.SqlGeography g);
abstract member Accumulate : Microsoft.SqlServer.Types.SqlGeography -> unit
override this.Accumulate : Microsoft.SqlServer.Types.SqlGeography -> unit
Public Sub Accumulate (g As SqlGeography)

Parameters

g
SqlGeography

The SqlGeography object to add to this convex hull.

Applies to