SqlGeography.EnvelopeCenter Method

Definition

Returns a point that can be used as the center of a bounding circle for the geography instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography EnvelopeCenter ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.EnvelopeCenter : unit -> Microsoft.SqlServer.Types.SqlGeography
Public Function EnvelopeCenter () As SqlGeography

Returns

A SqlGeography value that specifies the location of the center of a bounding circle.

Attributes

Applies to