共用方式為


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 值的 centroid 的 DbGeometry 值。

屬性

適用於