SqlGeometry.STCurveToLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a polygonal approximation of a SqlGeometry instance that contains circular arc segments.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STCurveToLine ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STCurveToLine : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STCurveToLine () As SqlGeometry
Returns
A polygonal approximation of a SqlGeometry instance that contains circular arc segments.
- Attributes