SqlGeography.STCurveToLine Method ()

 

Applies To: SQL Server 2016 Preview

Returns a polygonal approximation of a SqlGeography instance that contains circular arc segments.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STCurveToLine()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STCurveToLine()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STCurveToLine : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STCurveToLine As SqlGeography

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography

A polygonal approximation of a SqlGeography instance that contains circular arc segments.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace
STCurveToLine (geography Data Type)

Return to top