Buffers the geometry objects with curves.
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)
语法
声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function BufferWithCurves ( _
distance As Double _
) As SqlGeometry
用法
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
参数
- distance
类型:System.Double
A double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.
返回值
类型:Microsoft.SqlServer.Types.SqlGeometry
The buffered objects.