Heureka API .NET Documentation
Longitude Property



Latitude, in degrees. Computed, set to 16.525 if coordinates not available
Syntax
'Declaration
 
<DescriptionAttribute("Longitude")>
<UnitAttribute("degrees (°)")>
<DisplayNameAttribute("Longitude")>
<BrowsableAttribute(False)>
Public Property Longitude As Nullable(Of Double)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of Double)
 
instance.Longitude = value
 
value = instance.Longitude
[Description("Longitude")]
[Unit("degrees (°)")]
[DisplayName("Longitude")]
[Browsable(false)]
public Nullable<double> Longitude {get; set;}
[Description("Longitude")]
[Unit("degrees (°)")]
[DisplayName("Longitude")]
[Browsable(false)]
public:
property Nullable<double> Longitude {
   Nullable<double> get();
   void set (    Nullable<double> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SiteData Class
SiteData Members

Send Feedback