Touchstone 11.0 API Reference
COnPlainFloodDepth Property


Air.Services.Proxy Assembly > AIR.Services.Common.Hazard Namespace > CoastalFloodIntensityResult Class : COnPlainFloodDepth Property
Contains the on-plain flood depth of the coastal flood event.

Flood depth, or base flood elevation, is the elevation of surface water resulting from a flood that has a 1% chance of equaling or exceeding that level in any given year.

Syntax
Public Property COnPlainFloodDepth As Nullable(Of Double)
Dim instance As CoastalFloodIntensityResult
Dim value As Nullable(Of Double)
 
instance.COnPlainFloodDepth = value
 
value = instance.COnPlainFloodDepth
public Nullable<double> COnPlainFloodDepth {get; set;}
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

CoastalFloodIntensityResult Class
CoastalFloodIntensityResult Members