SqlGeography.EnvelopeAngle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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