Touchstone 11.0 API Reference
FloodSource Property


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > FloodProfile Class : FloodSource Property
Contains the Federal Emergency Management Agency (FEMA) source of the flood data. The value represents one of the following sources:
Source Description
Q3FIRM Digital representation of some features of FEMA's Flood Insurance Rate Maps (FIRM) data, intended for use with desktop mapping and GIS technology. Q3 flood data provides a general proximity of the Location to a special flood hazard area. It does not determine absolute delineation of flood risk boundaries.
DFIRM Digital version of FIRM. FEMA currently distributes its flood maps over the internet, replacing paper maps with digital images and GIS data.
Syntax
Public Property FloodSource As Nullable(Of Short)
Dim instance As FloodProfile
Dim value As Nullable(Of Short)
 
instance.FloodSource = value
 
value = instance.FloodSource
public Nullable<short> FloodSource {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