Touchstone 11.0 API Reference
AIRFloodZoneCategory Property


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > FloodProfile Class : AIRFloodZoneCategory Property
Contains the proximity of the Location to a 100-year or 500-year flood zone, as calculated by AIR's Inland Flood Model for the United States. The value represents one of the following flood zone categories:
Category Description
100 Year The Location has a 1% chance of being flooded in any single year.
250 Year The Location has a 0.4% chance of being flooded in an single year.
500 Year The Location has a 0.2% chance of being flooded in any single year.
No data No flood data is available for the Location.
Syntax
Public Property AIRFloodZoneCategory As Nullable(Of Short)
Dim instance As FloodProfile
Dim value As Nullable(Of Short)
 
instance.AIRFloodZoneCategory = value
 
value = instance.AIRFloodZoneCategory
public Nullable<short> AIRFloodZoneCategory {get; set;}
Remarks
This property applies to the hazard maps used with the AIR Inland Flood Model for the United States.
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