StkFacilityDatabaseEntryLatitude Property |
Gets or sets the latitude of the facility, in radians.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Latitude { get; set; }
Public Property Latitude As Double
Get
Set
public:
property double Latitude {
double get ();
void set (double value);
}
member Latitude : float with get, set
Property Value
Type:
DoubleSee Also