Touchstone Re 2023 API Reference
RoofYearBuilt Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : RoofYearBuilt Property
(Optional) Contains a four-digit numeric value to indicate the year in which the roof was built, that is, put in place.
Syntax
Public Property RoofYearBuilt As Nullable(Of Short)
Dim instance As LocationFeature
Dim value As Nullable(Of Short)
 
instance.RoofYearBuilt = value
 
value = instance.RoofYearBuilt
public Nullable<short> RoofYearBuilt {get; set;}
Remarks
With age, roofs lose their strength to resist wind loads and hence are more vulnerable.

Specify 0 if the year in which the roof was built is unknown (default).

Valid values: Null, 0, or 1000 to the current year

Default: 0

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

LocationFeature Class
LocationFeature Members