Touchstone Re 2023 API Reference
YearBuilt Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : YearBuilt Property
(Optional) Contains the four-digit year in which this building was built or underwent a major upgrade.
Syntax
Public Property YearBuilt As Nullable(Of Short)
Dim instance As LocationBase
Dim value As Nullable(Of Short)
 
instance.YearBuilt = value
 
value = instance.YearBuilt
public Nullable<short> YearBuilt {get; set;}
Remarks
Specify a valid year (YYYY) for this property. If unknown, specify 0 for this property.

Touchstone® uses this property for Earthquake and Hurricane analysis.

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