StkFacilityDatabaseEntryLongitude Property |
Gets or sets the longitude 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 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
Type:
DoubleSee Also