Touchstone 11.0 API Reference
OffPlainPrecipitationDepth Property


Air.Services.Proxy Assembly > AIR.Services.Hazard.Data Namespace > WindIntensityResult Class : OffPlainPrecipitationDepth Property
Contains the off-plain precipitaion flood depth associated with the windstorm event.

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

Syntax
Public Property OffPlainPrecipitationDepth As Nullable(Of Double)
Dim instance As WindIntensityResult
Dim value As Nullable(Of Double)
 
instance.OffPlainPrecipitationDepth = value
 
value = instance.OffPlainPrecipitationDepth
public Nullable<double> OffPlainPrecipitationDepth {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

WindIntensityResult Class
WindIntensityResult Members