次の方法で共有


DbGeography.PointAt メソッド

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

特定の場所にあるこの DbGeography 値がラインストリングまたは線形リングを表す場合、その値の要素を返します。 <param name="index">要素を取得する、この geography 値内の位置。</param><returns>値がラインストリングまたは線形リングを表す場合は、指定された位置でのこの geography 値の要素。それ以外の場合は、null。</returns>

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

構文

'宣言
Public Function PointAt ( _
    index As Integer _
) As DbGeography
'使用
Dim instance As DbGeography 
Dim index As Integer 
Dim returnValue As DbGeography 

returnValue = instance.PointAt(index)
public DbGeography PointAt(
    int index
)
public:
DbGeography^ PointAt(
    int index
)
member PointAt : 
        index:int -> DbGeography
public function PointAt(
    index : int
) : DbGeography

パラメーター

戻り値

型 : System.Data.Entity.Spatial.DbGeography
特定の位置からのこの DbGeography 値の要素

参照

参照

DbGeography クラス

System.Data.Entity.Spatial 名前空間