次の方法で共有


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 値。

属性

適用対象