Touchstone 11.0 API Reference
BaseFloodElevation Property (FloodProfile)


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > FloodProfile Class : BaseFloodElevation Property
Contains the Federal Emergency Management Agency (FEMA) computed elevation to which flood water is anticipated to rise during a base flood. The Base Flood Elevation (BFE) is the elevation to which floodproofing of structures is required. The relationship between the BFE and a structure's elevation determines the flood insurance premium.
Syntax
Public Property BaseFloodElevation As Nullable(Of Short)
Dim instance As FloodProfile
Dim value As Nullable(Of Short)
 
instance.BaseFloodElevation = value
 
value = instance.BaseFloodElevation
public Nullable<short> BaseFloodElevation {get; set;}
Remarks
This property applies to the hazard maps used with the FEMA Flood model.
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

FloodProfile Class
FloodProfile Members