GeographyEnvelopeAggregate.Merge(GeographyEnvelopeAggregate) Method

Definition

Adds the given GeographyEnvelopeAggregate collection into this geography envelope.

public void Merge (Microsoft.SqlServer.Types.GeographyEnvelopeAggregate group);
member this.Merge : Microsoft.SqlServer.Types.GeographyEnvelopeAggregate -> unit
Public Sub Merge (group As GeographyEnvelopeAggregate)

Parameters

group
GeographyEnvelopeAggregate

The geography envelope to add into this geography envelope.

Applies to