Touchstone 11.0 API Reference
FloodZone Property


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > FloodProfile Class : FloodZone Property
Contains the proximity of the Location to a Federal Emergency Management Agency (FEMA) 100-year or 500-year flood zone. The value represents one of the following proximities:
Proximity Description
None The Location is not in a flood zone.
100 Year The Location has a 1% chance of being flooded in any single year.
500 Year The Location has a 0.2% chance of being flooded in any single year.
Outside The Location is outside the 100 and 500-year floodplains of a body of water.
Water body The Location includes a large lake, ocean, or river.
No data No flood data is available for the Location.
Unknown The Location has undetermined but possible flood hazards.
Syntax
Public Property FloodZone As Nullable(Of Short)
Dim instance As FloodProfile
Dim value As Nullable(Of Short)
 
instance.FloodZone = value
 
value = instance.FloodZone
public Nullable<short> FloodZone {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