SqlGeometry.STExteriorRing Method

Definition

Returns the exterior ring of a SqlGeometry instance that is a polygon.

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

Returns

A SqlGeometry object that represents the exterior ring of the calling instance.

Attributes

Applies to