Touchstone 11.0 API Reference
AIREventSids Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > EventAnalysisOptions Class : AIREventSids Property
(Required) Contains a list of Touchstone-generated AIR Event Sequential Identifiers (SIDs) that uniquely identify the AIR Events that Touchstone® should use to define the event footprint(s) to use to accumulate Exposures for an Event Geospatial Analysis.
Syntax
Public Property AIREventSids As List(Of Integer)
Dim instance As EventAnalysisOptions
Dim value As List(Of Integer)
 
instance.AIREventSids = value
 
value = instance.AIREventSids
public List<int> AIREventSids {get; set;}
Remarks
You can select multiple historical and World Disaster Scenarios events, as follows:
Event Type Description
Historical events The Event Sets contain simulations of historical events. Typically, they use the parameters of the events and the resulting event intensities, for example, wind speeds in the case of tropical cyclones and shaking intensity in the case of earthquakes. The parameters are applied to current exposures to estimate the resulting total insurable loss for each event.
World Disaster Scenarios events These Event Sets work the same as the historical events, but they contain various disaster scenarios, including Lloyd's® Realistic Disaster Scenarios (RDS), Extreme Disaster Scenarios (EDS), government scenarios (GS) events, and China and Thailand flood layers (100-, 250-, and 500-Year Return Periods).
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

EventAnalysisOptions Class
EventAnalysisOptions Members