Touchstone 11.0 API Reference
Equipment Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : Equipment Enumeration
Provides a set of descriptors to indicate the level of equipment bracing in a building.
Syntax
Public Enum Equipment 
   Inherits System.Enum
Dim instance As Equipment
public enum Equipment : System.Enum 
Members
MemberDescription
Braced Defines the case in which the equipment in a building has an average level of bracing (2).
Unbraced Defines the case in which the equipment in a building is unbraced (3).
Unknown Defines the case in which the level of equipment bracing in a building is unknown (default) (0).
WellBraced Defines the case in which the equipment in a building is well braced (1).
Remarks
Anchoring mechanical and electrical equipment to the floor or bracing them against structural elements can resist damage. Vibration isolators (springs) are not as effective. In addition, piping should be braced to restrain the movement.
Inheritance Hierarchy

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

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