GeometryCollectionAggregate.Accumulate(SqlGeometry) Method

Definition

Adds the specified SqlGeometry object into this geometry collection.

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 collection.

Applies to