Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the longitude portion of a position.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public ReadOnly Property Longitude As Double
Get
'Usage
Dim instance As GeographyPosition
Dim value As Double
value = instance.Longitude
public double Longitude { get; }
public:
property double Longitude {
double get ();
}
member Longitude : float
function get Longitude () : double
Property Value
Type: System.Double
The longitude portion of a position.