SqlGeometry.STPointOnSurface Method

Definition

Returns an arbitrary point located within the interior of a SqlGeometry instance.

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

Returns

A SqlGeometry object that represents a point within the calling SqlGeometry.

Attributes

Applies to