다음을 통해 공유


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 값 내의 위치입니다.

반환

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

적용 대상