Public Enum ExteriorDoors Inherits System.Enum
Dim instance As ExteriorDoors
public enum ExteriorDoors : System.Enum
Public Enum ExteriorDoors Inherits System.Enum
Dim instance As ExteriorDoors
public enum ExteriorDoors : System.Enum
Member | Description |
---|---|
DoubleWidthDoors | Defines the case in which the doors used on the exterior of a building are double-width doors (2). |
ReinforcedDoubleWidthDoors | Defines the case in which the doors used on the exterior of a building are reinforced double-width doors (4). |
ReinforcedSingleWidthDoors | Defines the case in which the doors used on the exterior of a building are reinforced single-width doors (3). |
ReinforcedSlidingDoors | Defines the case in which the doors used on the exterior of a building are reinforced sliding doors (6). |
SingleWidthDoors | Defines the case in which the doors used on the exterior of a building are single-width doors (1). |
SlidingDoors | Defines the case in which the doors used on the exterior of a building are sliding doors (5). |
Unknown | Defines the case in which the nature of the doors used on the exterior of a building is unknown (default) (0). |
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Exposure.Data.ExteriorDoors
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