Geographic Position PropertyLongitude Property
This is used to get or set the longitude 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 east of the prime meridian. Negative values indicate positions west of the prime meridian.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public double Longitude { get; set; }VB
Public Property Longitude As Double
Get
SetC++
public:
property double Longitude {
double get ();
void set (double value);
}F#
member Longitude : float with get, setProperty Value
DoublePositive values indicate positions east of the prime meridian. Negative values indicate positions west of the prime meridian.