|   | ConfigurationFrameLatitude Property | 
        
        
            Gets or sets the latitude (i.e., North/South geospatial position) of the device.
            
        
        Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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
function get_Latitude();
function set_Latitude(value);
Property Value
Double See Also
See Also