SqlGeography.EnvelopeAngle Method

Returns the maximum angle between the point returned by the EnvelopeCenter method and a point in the geography instance in degrees.

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

Syntax

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

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

Return Value

Type: System.Data.SqlTypes.SqlDouble
A SqlDouble value representing the maximum angle, in degrees, between the EnvelopeCenter point and another point in the geography instance.