GeographyPoint.Longitude Property

Gets the longitude.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Longitude As Double 
    Get
'Usage
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

Property Value

Type: System.Double
The longitude.

See Also

Reference

GeographyPoint Class

System.Spatial Namespace