SqlGeometry.STInteriorRingN(Int32) Method

Definition

Returns the specified interior ring of a Polygon SqlGeometry instance.

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

Parameters

n
Int32

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

Returns

A SqlGeometry object that represents the interior ring of the Polygon.

Attributes

Applies to