GeometryEnvelopeAggregate.Accumulate Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds the given SqlGeometry object into this geometry envelope.
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 GeometryEnvelopeAggregate
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
- g
Type: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object to add into this geometry envelope.