다음을 통해 공유


DbGeometry.ElementAt(Int32) 메서드

정의

기하 도형 컬렉션을 나타내는 경우 지정된 위치에서 이 DbGeometry 값의 요소를 반환합니다.

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

매개 변수

index
Int32

요소를 가져와야 하는 이 기하 도형 값 내의 위치입니다.

반환

다른 기하 도형 값의 컬렉션을 나타내는 경우 지정된 위치에 있는 이 기하 도형 값의 요소입니다. 그렇지 않으면 입니다 null.

적용 대상