Touchstone Re 2023 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
DetachedGarageDefines an appurtenant structure that is a detached garage (1).
MasonryBoundaryWallDefines an appurtenant structure that is a masonry boundary wall (4).
NoAppurtenantStructuresDefines the case in which a building has no appurtenant structures (6).
NoPoolEnclosuresDefines the case in which a building has no related pool enclosures (7).
OtherFenceDefines an appurtenant structure that is a fence not covered under any other appurtenant structure types (5).
PoolEnclosuresDefines an appurtenant structure that is a pool enclosure (2).
ShedDefines an appurtenant structure that is a shed (3).
UnknownDefines 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