SqlGeometry.STConvexHull Method

Definition

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

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

Returns

A SqlGeometry value that represents the convex hull of the calling SqlGeometry.

Attributes

Applies to