SqlGeometry.STPointN(Int32) Method

Definition

Returns a specified point in a SqlGeometry instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STPointN (int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STPointN : int -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STPointN (n As Integer) As SqlGeometry

Parameters

n
Int32

An int expression between 1 and the number of points in the SqlGeometry instance.

Returns

A SqlGeometry that represents the specified point in the calling instance.

Attributes

Applies to