Méthode EnvelopeAngle
Returns the maximum angle between the point returned by the EnvelopeCenter method and a point in the geography instance in degrees.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function EnvelopeAngle As SqlDouble
'Utilisation
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
Valeur de retour
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.