Touchstone 11.0 API Reference
SurgeHeight Property


Air.Services.Proxy Assembly > AIR.Services.Hazard.Data Namespace > WindIntensityResult Class : SurgeHeight Property
Contains the storm surge depth of the windstorm event.

Storm surge depth is the level of the water above the ground at a specific point on land. The storm surge depth is the difference between the storm surge elevation (or the water height above normal sea level) and the land elevation.

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