Touchstone Re 2023 API Reference
ExteriorDoors Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : ExteriorDoors Enumeration
Provides a set of descriptors to indicate the nature of the doors used on the exterior of a building.
Syntax
Public Enum ExteriorDoors 
   Inherits System.Enum
Dim instance As ExteriorDoors
public enum ExteriorDoors : System.Enum 
Members
MemberDescription
DoubleWidthDoorsDefines the case in which the doors used on the exterior of a building are double-width doors (2).
ReinforcedDoubleWidthDoorsDefines the case in which the doors used on the exterior of a building are reinforced double-width doors (4).
ReinforcedSingleWidthDoorsDefines the case in which the doors used on the exterior of a building are reinforced single-width doors (3).
ReinforcedSlidingDoorsDefines the case in which the doors used on the exterior of a building are reinforced sliding doors (6).
SingleWidthDoorsDefines the case in which the doors used on the exterior of a building are single-width doors (1).
SlidingDoorsDefines the case in which the doors used on the exterior of a building are sliding doors (5).
UnknownDefines the case in which the nature of the doors used on the exterior of a building is unknown (default) (0).
Remarks
Exterior doors are weak in resisting wind loads and so is the frame that holds the doors. They deflect considerably under high wind loads and thus fail.
Inheritance Hierarchy

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

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