다음을 통해 공유


DbGeography.StartPoint 속성

정의

이 DbGeography 값이 곡선을 나타내지 않는 경우 null일 수 있는 이 값의 시작점을 나타내는 DbGeography 값을 가져옵니다.

public:
 property System::Data::Spatial::DbGeography ^ StartPoint { System::Data::Spatial::DbGeography ^ get(); };
public System.Data.Spatial.DbGeography StartPoint { get; }
member this.StartPoint : System.Data.Spatial.DbGeography
Public ReadOnly Property StartPoint As DbGeography

속성 값

이 값의 시작점을 나타내는 DbGeography 값입니다.

적용 대상