SqlGeometry.BufferWithCurves(Double) Method

Definition

Buffers the geometry objects with curves.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry BufferWithCurves (double distance);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.BufferWithCurves : double -> Microsoft.SqlServer.Types.SqlGeometry
Public Function BufferWithCurves (distance As Double) As SqlGeometry

Parameters

distance
Double

A double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.

Returns

The buffered objects.

Attributes

Applies to