SqlGeometry.BufferWithCurves 메서드

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.

참고 항목

참조

SqlGeometry 클래스

Microsoft.SqlServer.Types 네임스페이스