Touchstone 11.0 API Reference
AppurtenantStructure Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : AppurtenantStructure Enumeration
Provides a set of descriptors to represent the related structures that are not physically attached to the building for a Location.
Syntax
Public Enum AppurtenantStructure 
   Inherits System.Enum
Dim instance As AppurtenantStructure
public enum AppurtenantStructure : System.Enum 
Members
MemberDescription
DetachedGarage Defines an appurtenant structure that is a detached garage (1).
MasonryBoundaryWall Defines an appurtenant structure that is a masonry boundary wall (4).
NoAppurtenantStructures Defines the case in which a building has no appurtenant structures (6).
NoPoolEnclosures Defines the case in which a building has no related pool enclosures (7).
OtherFence Defines an appurtenant structure that is a fence not covered under any other appurtenant structure types (5).
PoolEnclosures Defines an appurtenant structure that is a pool enclosure (2).
Shed Defines an appurtenant structure that is a shed (3).
Unknown Defines an unknown (default) appurtenant structure (0).
Remarks
Appurtenant structures may require a different treatment in analysis from the main building. For example, the masonry boundary wall can collapse under moderate shaking, whereas the wood-frame house it surrounds may remain undamaged.

Note: A pool enclosure may provide protection for a recreational pool from everyday wind and sun exposure. However, if winds are high enough to damage the main building, a pool enclosure may become flying debris and increase the amount of damage.

Inheritance Hierarchy

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

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