DbGeometry.Centroid 属性

定义

获取表示此 DbGeometry 值的中心的 DbGeometry 值,如果此值不表示图面,则可能为 null。

[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

属性值

表示 DbGeometry 值的中心的 DbGeometry 值。

属性

适用于