SqlGeography.EnvelopeAngle Method ()

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlDouble EnvelopeAngle()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlDouble EnvelopeAngle()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member EnvelopeAngle : unit -> SqlDouble
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function EnvelopeAngle As SqlDouble

Return Value

Type: System.Data.SqlTypes.SqlDouble

Returns SqlDouble.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace
EnvelopeAngle (geography Data Type)

Return to top