GeographyPoint.Longitude 속성
경도를 가져옵니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustOverride ReadOnly Property Longitude As Double
Get
‘사용 방법
Dim instance As GeographyPoint
Dim value As Double
value = instance.Longitude
public abstract double Longitude { get; }
public:
virtual property double Longitude {
double get () abstract;
}
abstract Longitude : float
abstract function get Longitude () : double
속성 값
유형: System.Double
경도입니다.