GeographyPoint.Latitude Property

Gets 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 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

Property Value

Type: System.Double
The latitude.

See Also

Reference

GeographyPoint Class

System.Spatial Namespace