Touchstone 11.0 API Reference
BaseFloodElevation Property (LocationFeature)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationFeature Class : BaseFloodElevation Property
(Optional) Contains the water elevation (in feet) for a 100-year flood, as defined by FEMA.
Syntax
Public Property BaseFloodElevation As Nullable(Of Double)
Dim instance As LocationFeature
Dim value As Nullable(Of Double)
 
instance.BaseFloodElevation = value
 
value = instance.BaseFloodElevation
public Nullable<double> BaseFloodElevation {get; set;}
Remarks
Touchstone® assumes that the building has its lowest floor (including the basement, if any) at the base flood elevation. Touchstone supports this property for all residential, commercial, and small industrial buildings.

Valid values: Null, -999, or -900 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