Share via


Longitude Property

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

GeographicPoint Class

System.Spatial Namespace