Touchstone 11.0 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
BrickOrUnreinforcedMasonry Defines the case in which the external walls of a building are made of brick or unreinforced masonry (1).
CastInPlaceConcrete Defines the case in which the external walls of a building are made of cast-in-place concrete (8).
GypsumBoard Defines the case in which the external walls of a building are made of gypsum board (9).
MetalPanels Defines the case in which the external walls of a building are made of metal panels (6).
ParticleBoardOrOSB Defines the case in which the external walls of a building are made of particle board or OSB (5).
Plywood Defines the case in which the external walls of a building are made of plywood (3).
PrecastConcreteElements Defines the case in which the external walls of a building are made of pre-cast concrete elements (7).
ReinforcedMasonry Defines the case in which the external walls of a building are made of reinforced masonry (2).
Unknown Defines the case in which the materials used for the external walls of a building are unknown (default) (0).
WoodPlanks Defines 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