MapPointLongitude Property |
Longitude is angle from the prime meridian (in England) in east-west direction. Positive values denote east and negative - west. The value is in the range [-180, 180]. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General.Geography
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Longitude { get; set; }
Public Property Longitude As Decimal
Get
Set
public:
property Decimal^ Longitude {
Decimal^ get ();
void set (Decimal^ value);
}
member Longitude : decimal with get, set
Property Value
Type:
Decimal
See Also