Método GeometryConvexHullAggregate.Accumulate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds the specified SqlGeometry object into this convex hull.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Sub Accumulate ( _
g As SqlGeometry _
)
'Uso
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
)
Parâmetros
- g
Tipo: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object to add to this convex hull.