DbGeography.PointAt-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Gibt ein Element dieses DbGeography-Werts von einer bestimmten Position zurück, wenn er einen Linestring oder einen linearen Ring darstellt. <param name="index">Die Position in diesem Geografiewert, an der das Element abgerufen werden soll.</param><returns>Das Element in diesem Geografiewert an der angegebenen Position, wenn es einen Linestring oder einen linearen Ring darstellt; andernfalls null.</returns>
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function PointAt ( _
index As Integer _
) As DbGeography
'Usage
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
Parameter
- index
Typ: System.Int32
Der Index.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbGeography
Ein Element dieses DbGeography-Werts von einer bestimmten Position.