Touchstone Re 2023 API Reference
Latitude Property (LocationBase)


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

If the latitude is south of the equator, then specify this latitude 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