SqlGeometry.STCurveN(Int32) Method

Definition

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

Applies to