GeoPointLatitude Property |
Latitude is the vertical angle from equator to the pole of the point. Positive values denote points north of the equator. The value is in the range [-90, 90]. [Required] [Default(0)] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General.Geography
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Latitude { get; set; }
Public Property Latitude As Decimal
Get
Set
public:
property Decimal^ Latitude {
Decimal^ get ();
void set (Decimal^ value);
}
member Latitude : decimal with get, set
Property Value
Type:
Decimal
See Also