Touchstone Re 2023 API Reference
WallSiding Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : WallSiding Enumeration
Provides a set of wall siding types to describe the materials used for weathering protection of walls.
Syntax
Public Enum WallSiding 
   Inherits System.Enum
Dim instance As WallSiding
public enum WallSiding : System.Enum 
Members
MemberDescription
AluminumOrVinylSidingDefines the case in which the walls have aluminum or vinyl siding (4).
BrickVeneerOrMasonryDefines the case in which the walls have brick veneer or masonry (1).
ClapboardDefines the case in which the walls have clapboard (3).
ExteriorInsulationFinishingSystemDefines the case in which the walls have an exterior insulation finishing system (6).
StonePanelsDefines the case in which the walls have stone panels (5).
StuccoDefines the case in which the walls have stucco (7).
UnknownDefines the case in which the wall siding type is unknown (default) (0).
WoodShingleDefines the case in which the walls have wood shingles (2).
Remarks
Wall sidings offer protection from wind and rain. Different types of wall siding materials have varying degrees of wind load resistance. A breach in wall sidings can expose the wall to wind and rain, resulting in water intrusion and internal pressure buildup.

Different types of cladding materials offer varying degrees of resistance to earthquake-induced lateral loads. Veneer and stone panels in particular are more susceptible to falling off in an earthquake.

Inheritance Hierarchy

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

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