DbGeography.PointAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果其表示行字符串或线性环,则从特定位置返回 DbGeography 值的元素。 <param name=“index”>应从中获取元素的此 geography 值中的位置。</param><返回>此地理值中位于指定位置的元素(如果它表示线条字符串或线性环);否则返回 null。</返回>
public System.Data.Entity.Spatial.DbGeography PointAt (int index);
member this.PointAt : int -> System.Data.Entity.Spatial.DbGeography
Public Function PointAt (index As Integer) As DbGeography
参数
- index
- Int32
索引。
返回
特定位置中的此 DbGeography 值的元素