संपादित करें

इसके माध्यम से साझा किया गया


DbGeometry.Centroid Property

Definition

Gets the DbGeometry value that represents the centroid of this DbGeometry value, which may be null if this value does not represent a surface.

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

Property Value

The DbGeometry value that represents the centroid of this DbGeometry value.

Applies to