SqlGeography.EnvelopeAngle Method

Definition

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

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlDouble EnvelopeAngle ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.EnvelopeAngle : unit -> System.Data.SqlTypes.SqlDouble
Public Function EnvelopeAngle () As SqlDouble

Returns

Returns SqlDouble.

Attributes

Applies to