SqlGeography.EnvelopeCenter 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 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