Touchstone Re 2023 API Reference
Wall Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : Wall Enumeration
Provides a set of wall types to describe the materials used for the external walls of a building.
Syntax
Public Enum Wall 
   Inherits System.Enum
Dim instance As Wall
public enum Wall : System.Enum 
Members
MemberDescription
BrickOrUnreinforcedMasonryDefines the case in which the external walls of a building are made of brick or unreinforced masonry (1).
CastInPlaceConcreteDefines the case in which the external walls of a building are made of cast-in-place concrete (8).
GypsumBoardDefines the case in which the external walls of a building are made of gypsum board (9).
MetalPanelsDefines the case in which the external walls of a building are made of metal panels (6).
ParticleBoardOrOSBDefines the case in which the external walls of a building are made of particle board or OSB (5).
PlywoodDefines the case in which the external walls of a building are made of plywood (3).
PrecastConcreteElementsDefines the case in which the external walls of a building are made of pre-cast concrete elements (7).
ReinforcedMasonryDefines the case in which the external walls of a building are made of reinforced masonry (2).
UnknownDefines the case in which the materials used for the external walls of a building are unknown (default) (0).
WoodPlanksDefines the case in which the external walls of a building are made of wood planks (4).
Remarks
Different types of wall materials offer varying degrees of resistance to wind-induced lateral loads. Breaches in the wall can result in internal pressure buildup.

With respect to seismic performance, some wall forms can contribute to increasing the lateral-load capacity of a building, while others tend to act independently when shaken.

Inheritance Hierarchy

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

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