Touchstone Re 2023 API Reference
GlassType Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : GlassType Enumeration
Provides a set of descriptors to indicate the type of glass used in a building.
Syntax
Public Enum GlassType 
   Inherits System.Enum
Dim instance As GlassType
public enum GlassType : System.Enum 
Members
MemberDescription
AnnealedDefines the case in which annealed glass is used in a building (1).
HeatStrengthenedDefines the case in which heat-strengthened glass is used in a building (3).
InsulatingGlassUnitsDefines the case in which insulating glass units are used in a building (5).
LaminatedDefines the case in which laminated glass is used in a building (4).
TemperedDefines the case in which tempered glass is used in a building (2).
UnknownDefines the case in which the type of glass used in a building is unknown (default) (0).
Remarks
Different glass types have varying degrees of resistance to wind loads and debris impact.
Inheritance Hierarchy

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

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