Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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
Returns SqlDouble.
See Also
Reference
Microsoft.SqlServer.Types Namespace