Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the latitude portion of a position.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public ReadOnly Property Latitude As Double
Get
'Usage
Dim instance As GeographyPosition
Dim value As Double
value = instance.Latitude
public double Latitude { get; }
public:
property double Latitude {
double get ();
}
member Latitude : float
function get Latitude () : double
Property Value
Type: System.Double
The latitude portion of a position.