Touchstone Re 2023 API Reference
Redundancy Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : Redundancy Enumeration
Provides a set of indicators to specify whether there are multiple lateral load-resisting elements (frames or shear walls) in a building.
Syntax
Public Enum Redundancy 
   Inherits System.Enum
Dim instance As Redundancy
public enum Redundancy : System.Enum 
Members
MemberDescription
NoDefines the case in which multiple lateral load-resisting elements (frames or shear walls) are not present in a building (1).
UnknownDefines the case in which the presence of multiple lateral load-resisting elements (frames or shear walls) in a building is unknown (default) (0).
YesDefines the case in which multiple lateral load-resisting elements (frames or shear walls) are present in a building (2).
Remarks
Redundancy provides additional reinforcement against earthquake damage.
Inheritance Hierarchy

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

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