Touchstone Re 2023 API Reference
FirstFloorHeight Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : FirstFloorHeight Property
(Optional) Contains the height of the first floor above the ground surface (in the unit that you have specified in FirstFloorHeightUnits).
Syntax
Public Property FirstFloorHeight As Nullable(Of Double)
Dim instance As LocationFeature
Dim value As Nullable(Of Double)
 
instance.FirstFloorHeight = value
 
value = instance.FirstFloorHeight
public Nullable<double> FirstFloorHeight {get; set;}
Remarks
A raised first floor significantly reduces a building's vulnerability to flood damage.

Touchstone® supports this property for all residential, commercial, and small industrial buildings. The value of this property overrides the value of the BaseFloodElevation property.

Valid values: Null, -999, or 0 to 30000

Default: -999

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