Touchstone 11.0 API Reference
StructuralIrregularity Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : StructuralIrregularity Enumeration
Provides a set of descriptors to indicate irregularity in such things as floor plan, structural components, uneven weight distribution, etc.
Syntax
Public Enum StructuralIrregularity 
   Inherits System.Enum
Dim instance As StructuralIrregularity
public enum StructuralIrregularity : System.Enum 
Members
MemberDescription
DiscontinuousShearWall Defines the case in which a building has a discontinuous shear wall (3). That is, the main load-resisting components are not provided in a regular, symmetric pattern.
HeavyFloor Defines the case in which a building has a heavy floor, that is, the placement of heavy equipment on higher floors (4).
NonuniformFloorArea Defines the case in which a building has a non-uniform floor area, that is, a sudden change in floor area along the height) (2).
Unknown Defines the case in which the presence of structural irregularities is unknown (default) (0).
VerticalOffset Defines the case in which a building has a vertical offset (1).
Remarks
Such structural irregularities can lead to catastrophic collapse of properties as witnessed in the Mexico City and Kobe earthquakes.
Inheritance Hierarchy

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

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