Latitude Property
The latitude.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Latitude As Double
Get
'Usage
Dim instance As GeographicPoint
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
Property Value
Type: System..::..Double
The latitude.