SqlGeography.ReorientObject Method

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function ReorientObject As SqlGeography
'Usage
Dim instance As SqlGeography
Dim returnValue As SqlGeography

returnValue = instance.ReorientObject()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography ReorientObject()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ ReorientObject()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member ReorientObject : unit -> SqlGeography
public function ReorientObject() : SqlGeography

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography
Returns SqlGeography.

See Also

Reference

SqlGeography Class

Microsoft.SqlServer.Types Namespace

Other Resources

ReorientObject (geography Data Type)