Touchstone 11.0 API Reference
WaterHeater Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : WaterHeater Enumeration
Provides a set of descriptors to indicate whether the water heater in a building is braced.
Syntax
Public Enum WaterHeater 
   Inherits System.Enum
Dim instance As WaterHeater
public enum WaterHeater : System.Enum 
Members
MemberDescription
Braced Defines the case in which the water heater in a building is braced (1).
Unbraced Defines the case in which the water heater in a building is not braced (2).
Unknown Defines the case in which it is unknown whether the water heater in a building is braced (default) (0).
Remarks
If the water heater in a residential building is not properly secured, it can topple during earthquakes and cause damage, to both itself and any part of the structure underneath it.
Inheritance Hierarchy

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

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