Touchstone 11.0 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
Annealed Defines the case in which annealed glass is used in a building (1).
HeatStrengthened Defines the case in which heat-strengthened glass is used in a building (3).
InsulatingGlassUnits Defines the case in which insulating glass units are used in a building (5).
Laminated Defines the case in which laminated glass is used in a building (4).
Tempered Defines the case in which tempered glass is used in a building (2).
Unknown Defines 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