Touchstone 11.0 API Reference
LocationResults Property


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

GetExposureConcentrationAnalysisLocationResultsResponse Class
GetExposureConcentrationAnalysisLocationResultsResponse Members