Touchstone 11.0 API Reference
LossLevel100Year Property (HurricaneProfile)


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > HurricaneProfile Class : LossLevel100Year Property
Contains the loss level expected to occur due to tropical cyclones in the area analyzed during 1 year out of 100, or with a probability of 1% in any single year. Loss level risk is presented as a percentage of total value.
Syntax
Public Property LossLevel100Year As Nullable(Of Short)
Dim instance As HurricaneProfile
Dim value As Nullable(Of Short)
 
instance.LossLevel100Year = value
 
value = instance.LossLevel100Year
public Nullable<short> LossLevel100Year {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

HurricaneProfile Class
HurricaneProfile Members