GeometryUnionAggregate.Accumulate(SqlGeometry) Method

Definition

Adds the given SqlGeometry object into this geometry union.

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 into this geometry union.

Applies to