SqlGeography.STCurveN(Int32) 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 the curve specified from a SqlGeography instance that is a LineString, CircularString, or CompoundCurve.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography STCurveN (int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STCurveN : int -> Microsoft.SqlServer.Types.SqlGeography
Public Function STCurveN (n As Integer) As SqlGeography
Parameters
- n
- Int32
An integer between 1 and the number of curves in the SqlGeography instance.
Returns
The specified curve.
- Attributes