Touchstone 11.0 API Reference
DamageBandResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetExposureConcentrationAnalysisDamageBandsResponse Class : DamageBandResults Property
Contains a list of the Damage Band Results that you requested using the GetExposureConcentrationAnalysisDamageBands() method.
Syntax
Public Property DamageBandResults As List(Of DamageBandResult)
Dim instance As GetExposureConcentrationAnalysisDamageBandsResponse
Dim value As List(Of DamageBandResult)
 
instance.DamageBandResults = value
 
value = instance.DamageBandResults
public List<DamageBandResult> DamageBandResults {get; set;}
Remarks
Each Damage Band Result in the list could have a Ring, Zone, or Event accumulator. In addition, each Damage Band Result in the list contains the Damage Band ID, name, risk count, and accumulator type, as well as the total replacement value of the insured properties in the Damage Band.
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

GetExposureConcentrationAnalysisDamageBandsResponse Class
GetExposureConcentrationAnalysisDamageBandsResponse Members