Touchstone 11.0 API Reference
ShortestDistanceTo500YearFloodPlain Property


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > FloodProfile Class : ShortestDistanceTo500YearFloodPlain Property
Contains the distance, in miles or feet, from the Location to the nearest 500-year flood plain. A 500-year flood plain is an area in which the flood boundary has a 0.2% or greater chance of being equaled or exceeded in any single year.
Syntax
Public Property ShortestDistanceTo500YearFloodPlain As Nullable(Of Double)
Dim instance As FloodProfile
Dim value As Nullable(Of Double)
 
instance.ShortestDistanceTo500YearFloodPlain = value
 
value = instance.ShortestDistanceTo500YearFloodPlain
public Nullable<double> ShortestDistanceTo500YearFloodPlain {get; set;}
Remarks
This property applies to the hazard maps used with the Federal Emergency Management Agency (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