Touchstone 11.0 API Reference
ShortestDistanceToFemaWaterBody Property


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > FloodProfile Class : ShortestDistanceToFemaWaterBody Property
Contains the distance, in miles or feet, from the Location to the closest Federal Emergency Management Agency (FEMA)-defined body of water, such as an ocean, large lake, or large river.
Syntax
Public Property ShortestDistanceToFemaWaterBody As Nullable(Of Double)
Dim instance As FloodProfile
Dim value As Nullable(Of Double)
 
instance.ShortestDistanceToFemaWaterBody = value
 
value = instance.ShortestDistanceToFemaWaterBody
public Nullable<double> ShortestDistanceToFemaWaterBody {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