C-DEngine 5.105

TheNMILocationInfo..::..Longitude Property

Longitude

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public double Longitude { get; set; }
Public Property Longitude As Double
	Get
	Set
public:
property double^ Longitude {
	double^ get ();
	void set (double^ value);
}