次の方法で共有


DbGeometry.Centroid プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

この DbGeometry 値の重心を表す DbGeometry 値を取得します。この値が面を表していない場合は null になります。

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Centroid",  _
    Justification := "Naming convention prescribed by OGC specification")> _
Public ReadOnly Property Centroid As DbGeometry 
    Get
'使用
Dim instance As DbGeometry 
Dim value As DbGeometry 

value = instance.Centroid
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Centroid", 
    Justification = "Naming convention prescribed by OGC specification")]
public DbGeometry Centroid { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Centroid", 
    Justification = L"Naming convention prescribed by OGC specification")]
public:
property DbGeometry^ Centroid {
    DbGeometry^ get ();
}
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Centroid", 
    Justification = "Naming convention prescribed by OGC specification")>]
member Centroid : DbGeometry
function get Centroid () : DbGeometry

プロパティ値

型 : System.Data.Entity.Spatial.DbGeometry
この DbGeometry 値の重心を表す DbGeometry 値。

参照

参照

DbGeometry クラス

System.Data.Entity.Spatial 名前空間