Touchstone 11.0 API Reference
Address Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : Address Property
(Optional) Contains the street address of this Location. For offshore platforms, this property contains the Complete Area Definition, a combination of the platform's Protraction, Block, and Structure Name.

Note: This information is critical for the purposes of geocoding if you do not specify a user-provided geocode for this Location.

Syntax
Public Property Address As String
Dim instance As LocationBase
Dim value As String
 
instance.Address = value
 
value = instance.Address
public string Address {get; set;}
Remarks
The address that you specify for this property can contain a maximum of 100 characters. Use semicolons (;) rather than commas (,) in addresses.

For offshore platforms, specify the Area/Protraction, followed by the Block, followed by the Structure Name. Separate these values by spaces, for example, SS 26 B-HTR.

If unknown, enter X.

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