SqlGeography.ReorientObject Method

Definition

Returns a geography instance with interchanged interior regions and exterior regions.

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

Returns

Returns SqlGeography.

Attributes

Applies to