Touchstone Re 2023 API Reference
WetFloodProofing Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : WetFloodProofing Enumeration
Provides a set of descriptors to indicate the level of protection in a building.
Syntax
Public Enum WetFloodProofing 
   Inherits System.Enum
Dim instance As WetFloodProofing
public enum WetFloodProofing : System.Enum 
Members
MemberDescription
HighProtectionIndicates the building is wet proofed by over three feet (4).
LowProtectionIndicates the building is wet proofed by one foot (2).
MediumProtectionIndicates the building is wet proofed by three feet (3).
UnknownIndicates the level of protection in a building is unknown (default) (0).
UnprotectedIndicates the building has no wet flood proofing mitigation techniques (1).
Remarks

Protection can be in the form of the equipment and stock protection.

When you import values for this field, use integer. For example, import "1" for unprotected wet floodproofing.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.WetFloodProofing

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.Exposure.Data Namespace