Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- distance
Typ: System.Double
A double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.
Rückgabewert
Typ: Microsoft.SqlServer.Types.SqlGeometry
The buffered objects.