Touchstone 11.0 API Reference
LayerResults Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > GetExposureConcentrationAnalysisLayerResultsResponse Class : LayerResults Property
Contains a list of the Layer Results that you requested using the GetExposureConcentrationAnalysisLayerResults() method.
Syntax
Public Property LayerResults As List(Of LayerResult)
Dim instance As GetExposureConcentrationAnalysisLayerResultsResponse
Dim value As List(Of LayerResult)
 
instance.LayerResults = value
 
value = instance.LayerResults
public List<LayerResult> LayerResults {get; set;}
Remarks
A Layer defines a range of loss in an insurance contract. For example, one layer might cover losses up to $10M, and a second layer might cover losses from $10M to $20M.

Each Layer Result in the list could have a Ring, Zone, or Event accumulator. In addition, each Layer Result in the list contains the Layer ID, risk count, and accumulator type, as well as the total replacement value of the insured properties in the Layer.

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

GetExposureConcentrationAnalysisLayerResultsResponse Class
GetExposureConcentrationAnalysisLayerResultsResponse Members