Share via


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.

public:
 property System::Data::Spatial::DbGeometry ^ Centroid { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry Centroid { get; }
member this.Centroid : System.Data.Spatial.DbGeometry
Public ReadOnly Property Centroid As DbGeometry

Valor de propiedad

Valor DbGeometry que representa el centroide de este valor DbGeometry.

Se aplica a