Touchstone 11.0 API Reference
AverageAnnualLoss Property (HurricaneProfile)


Air.Services.Proxy Assembly > AIR.Services.HazardAnalysis.Data Namespace > HurricaneProfile Class : AverageAnnualLoss Property
Contains the average annual loss (AAL), that is, the expected annual loss at the Location analyzed due to a tropical cyclone. The AAL is presented as a percentage of total value.
Syntax
Public Property AverageAnnualLoss As Nullable(Of Double)
Dim instance As HurricaneProfile
Dim value As Nullable(Of Double)
 
instance.AverageAnnualLoss = value
 
value = instance.AverageAnnualLoss
public Nullable<double> AverageAnnualLoss {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