Touchstone 11.0 API Reference
TallOneStory Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : TallOneStory Enumeration
Provides a set of descriptors to indicate the height of a one-story building.
Syntax
Public Enum TallOneStory 
   Inherits System.Enum
Dim instance As TallOneStory
public enum TallOneStory : System.Enum 
Members
MemberDescription
GreaterThanFortyFeet Defines the case in which the height of a one-story building is greater than 40 feet (3).
GreaterThanTwentyFeet Defines the case in which the height of a one-story building is greater than 20 feet (2).
LessThanTwentyFeet Defines the case in which the height of a one-story building is less than or equal to 20 feet (1).
Unknown Defines the case in which the height of a one-story building is unknown (default) (0).
Remarks
Single-story buildings that are taller than typical one-story structures (e.g., churches, gymnasium, auditoriums, etc.) have been observed to experience more damage. The majority of the seismic weight of the building (the building's roof) is further from the ground, which may induce larger overturning forces. The structure may also contain slender elements that may be more likely to experience buckling failure modes.
Inheritance Hierarchy

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

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