GeometryConvexHullAggregate.Accumulate(SqlGeometry) Method

Definition

Adds the specified SqlGeometry object into this convex hull.

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

Parameters

g
SqlGeometry

The SqlGeometry object to add to this convex hull.

Applies to