GeometryConvexHullAggregate.Accumulate Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds the specified SqlGeometry object into this convex hull.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Sub Accumulate ( _
    g As SqlGeometry _
)
'Usage
Dim instance As GeometryConvexHullAggregate
Dim g As SqlGeometry

instance.Accumulate(g)
public void Accumulate(
    SqlGeometry g
)
public:
virtual void Accumulate(
    SqlGeometry^ g
) sealed
abstract Accumulate : 
        g:SqlGeometry -> unit 
override Accumulate : 
        g:SqlGeometry -> unit 
public final function Accumulate(
    g : SqlGeometry
)

Parameters

See Also

Reference

GeometryConvexHullAggregate Class

Microsoft.SqlServer.Types Namespace