GeographicPositionPropertyLongitude Property
This is used to get or set the longitude as a floating point value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public double Longitude { get; set; }
Public Property Longitude As Double
Get
Set
public:
property double Longitude {
double get ();
void set (double value);
}
member Longitude : float with get, set
Property Value
DoublePositive values indicate positions east of the prime meridian. Negative values indicate
positions west of the prime meridian.