DbGeometry.PointAt Method (Int32)
Returns an element of this DbGeometry value from a specific position, if it represents a linestring or linear ring.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- index
-
Type:
System.Int32
The position within this geometry value from which the element should be taken.
Return Value
Type: System.Data.Entity.Spatial.DbGeometryThe element in this geometry value at the specified position, if it represents a linestring or linear ring; otherwise, null.