C-DEngine 5.105

TheNMILocationInfo..::..Latitude Property

Latitude

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

Syntax


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