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