Touchstone 11.0 API Reference
ZoneResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetZoneExposureConcentrationAnalysisResultsResponse Class : ZoneResults Property
Contains a list of the Zone Results that you requested using the GetZoneExposureConcentrationAnalysisResults() method.
Syntax
Public Property ZoneResults As List(Of ZoneResult)
Dim instance As GetZoneExposureConcentrationAnalysisResultsResponse
Dim value As List(Of ZoneResult)
 
instance.ZoneResults = value
 
value = instance.ZoneResults
public List<ZoneResult> ZoneResults {get; set;}
Remarks
Each Zone Result in the list contains the Zone ID, name, and peril description, as well as the total risk count and the total replacement value of the insured properties in the specified Zone.
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

GetZoneExposureConcentrationAnalysisResultsResponse Class
GetZoneExposureConcentrationAnalysisResultsResponse Members