Touchstone Re 2023 API Reference
MultiStoryHall Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : MultiStoryHall Enumeration
Provides a set of indicators to describe a structural weakness (that is, a multi-story hall) at any floor.
Syntax
Public Enum MultiStoryHall 
   Inherits System.Enum
Dim instance As MultiStoryHall
public enum MultiStoryHall : System.Enum 
Members
MemberDescription
NoDefines the case in which there is no structural weakness (that is, a multi-story hall) at any floor (default) (1).
UnknownDefines the case in which the presence of a structural weakness (that is, a multi-story hall) at any floor is unknown (default) (0).
YesDefines the case in which there is a structural weakness (that is, a multi-story hall) at a floor (default) (2).
Remarks
The weakness is usually in the lateral load resisting capacity of the floor and can often result in total (pancaking) collapse of the floor. In residential buildings, it is most often found in the first floor due to large openings or garages. In multi-story buildings, it can be present at any floor, although a large number of case histories exist with collapse of the first floor.
Inheritance Hierarchy

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

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