Compartir a través de


GeographyPoint.Latitude Propiedad

Obtiene la latitud.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Latitude As Double
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Double
Latitud.

Vea también

Referencia

GeographyPoint Clase

Espacio de nombres System.Spatial