SqlGeometry.BufferWithCurves(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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