SqlGeography.STConvexHull Method

Definition

Returns an object that represents the convex hull of a SqlGeography instance.

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

Returns

The convex hull.

Attributes

Applies to