Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Buffers the geometry objects with curves.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function BufferWithCurves ( _
distance As Double _
) As SqlGeometry
'Usage
Dim instance As SqlGeometry
Dim distance As Double
Dim returnValue As SqlGeometry
returnValue = instance.BufferWithCurves(distance)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry BufferWithCurves(
double distance
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ BufferWithCurves(
double distance
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member BufferWithCurves :
distance:float -> SqlGeometry
public function BufferWithCurves(
distance : double
) : SqlGeometry
Parameters
- distance
Type: System.Double
A double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.
Return Value
Type: Microsoft.SqlServer.Types.SqlGeometry
The buffered objects.