DbGeography.PointAt(Int32) 메서드

정의

값이 LineString이거나 선형 링인 경우 특정 위치에서 이 DbGeography 값의 요소를 반환합니다.

public:
 System::Data::Spatial::DbGeography ^ PointAt(int index);
public System.Data.Spatial.DbGeography PointAt (int index);
member this.PointAt : int -> System.Data.Spatial.DbGeography
Public Function PointAt (index As Integer) As DbGeography

매개 변수

index
Int32

이 geography 값에서 요소를 가져와야 하는 위치입니다.

반환

DbGeography

Linestring 또는 선형 링을 나타내는 경우 지정 된 위치에 있는이 지리 값의 요소입니다. 그렇지 않으면 null 입니다.

적용 대상