SqlGeography.STCurveToLine Method

Definition

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

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography STCurveToLine ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STCurveToLine : unit -> Microsoft.SqlServer.Types.SqlGeography
Public Function STCurveToLine () As SqlGeography

Returns

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

Attributes

Applies to