Geographic Position PropertyLatitude Property
This is used to get or set the latitude as a floating point value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Positive values indicate positions north of the equator. Negative values indicate positions south of the equator.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public double Latitude { get; set; }VB
Public Property Latitude As Double
Get
SetC++
public:
property double Latitude {
double get ();
void set (double value);
}F#
member Latitude : float with get, setProperty Value
DoublePositive values indicate positions north of the equator. Negative values indicate positions south of the equator.