Touchstone 11.0 API Reference
MarginalImpactPerilSetCode Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : MarginalImpactPerilSetCode Enumeration
Provides a series of codes to represent the perils that Touchstone® supports for marginal impact analyses. You use the codes to configure the Perils option of the marginal impact loss analysis options object.
Syntax
Public Enum MarginalImpactPerilSetCode 
   Inherits System.Enum
Dim instance As MarginalImpactPerilSetCode
public enum MarginalImpactPerilSetCode : System.Enum 
Members
MemberDescription
AllLicensedPerils Defines the set of all the perils that you have licensed (-1).
CoastalFlood Defines the Coastal Flood peril (16).
Earthquake Defines the Earthquake peril (4333708).
FireFollowingEarthquake Defines the Fire Following Earthquake peril (8).
Hail Defines the Hail peril (1048578).
InlandFlood Defines the Inland Flood peril (2048).
Landslide Defines the Landslide peril (131072).
Liquefaction Defines the Liquefaction peril (4194304).
PrecipitationFlood Defines the Precipitation Flood peril (4096).
SevereThunderstorm Defines the Severe Thunderstorm peril (11534338).
SprinklerLeakage Defines the Sprinkler Leakage peril (128).
StormSurge Defines the Storm Surge peril (256).
StraightLineWinds Defines the Straight Line Winds peril (8388610).
Terrorism Defines the Terrorism peril (32).
Tornado Defines the Tornado peril (2097154).
TropicalCyclone Defines the Tropical Cyclone peril (4353).
Tsunami Defines the Tsunami peril (8192).
Wildfire Defines the Wildfire peril (512).
WinterStorm Defines the Winter Storm peril (64).
Remarks
Use AllLicensedPerils (-1) to represent the set of all perils that you have licensed. Use None to represent no perils.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.MarginalImpactPerilSetCode

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

AIR.Services.Common.Data Namespace