SqlGeometry.STCentroid Método

Definición

Devuelve el centro geométrico de una SqlGeometry instancia que consta de uno o varios polígonos.

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

Devoluciones

Objeto SqlGeometry que representa el centro geométrico de la llamada SqlGeometry.

Atributos

Se aplica a