Share via


SqlGeometry.STUnion(SqlGeometry) Method

Definition

Returns an object that represents the union of a SqlGeometry instance with another SqlGeometry instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STUnion(Microsoft.SqlServer.Types.SqlGeometry other);

Parameters

other
SqlGeometry

The SqlGeometry instance to combine with the current SqlGeometry.

Returns

A SqlGeometry object that represents the union of the calling SqlGeometry and the specified SqlGeometry.

Attributes

Applies to