緯度を取得します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public MustOverride ReadOnly Property Latitude As Double
Get
'使用
Dim instance As GeographyPoint
Dim value As Double
value = instance.Latitude
public abstract double Latitude { get; }
public:
virtual property double Latitude {
double get () abstract;
}
abstract Latitude : float
abstract function get Latitude () : double
プロパティ値
型: System.Double
緯度。