Touchstone 11.0 API Reference
Longitude Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : Longitude Property
(Optional) Contains the longitude (degrees east) of the risk that this Location represents.
Syntax
Public Property Longitude As Nullable(Of Decimal)
Dim instance As LocationBase
Dim value As Nullable(Of Decimal)
 
instance.Longitude = value
 
value = instance.Longitude
public Nullable<decimal> Longitude {get; set;}
Remarks
The value that you specify for this property can contain up to 16 characters. Specify the longitude with at least two decimal places.

If the longitude is west of the Greenwich meridian, then specify this longitude as a negative number.

If unknown, specify 0 for this property.

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

LocationBase Class
LocationBase Members