DbGeography.PointAt(Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
값이 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.