Compartir a través de


DbGeometry.Centroid Propiedad

Definición

Obtiene el valor de DbGeometry que representa el centroide de este valor DbGeometry, que puede ser NULL si este valor no representa una superficie.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Naming convention prescribed by OGC specification", MessageId="Centroid")]
public System.Data.Entity.Spatial.DbGeometry Centroid { get; }
member this.Centroid : System.Data.Entity.Spatial.DbGeometry
Public ReadOnly Property Centroid As DbGeometry

Valor de propiedad

Valor DbGeometry que representa el centroide de este valor DbGeometry.

Atributos

Se aplica a