Touchstone 11.0 API Reference
RiskIndexBand Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > CombinedScoringSummary Class : RiskIndexBand Property
Contains the overall risk band.
Syntax
Public Property RiskIndexBand As Nullable(Of Integer)
Dim instance As CombinedScoringSummary
Dim value As Nullable(Of Integer)
 
instance.RiskIndexBand = value
 
value = instance.RiskIndexBand
public Nullable<int> RiskIndexBand {get; set;}
Remarks
The overall risk of a Location is based on the completeness of its exposure data and on its size, location, and vulnerability to a particular peril. The overall risk distribution is divided into seven bands, or "categories," where each range represents the number of Locations with an overall risk that falls within the range of that category. The minimum is "0," and the maximum of the range depends on the overall risk of the largest and most vulnerable Location in your Exposure View.
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

CombinedScoringSummary Class
CombinedScoringSummary Members