Touchstone Re 2023 API Reference
GlassPercent Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : GlassPercent Enumeration
Provides a set of descriptors to indicate the percent area of the walls covered by glass.
Syntax
Public Enum GlassPercent 
   Inherits System.Enum
Dim instance As GlassPercent
public enum GlassPercent : System.Enum 
Members
MemberDescription
BetweenFiveAndTwentyPercentDefines the case in which between 5 and 20 percent of the walls are covered by glass (2).
BetweenTwentyAndSixtyPercentDefines the case in which between 20 and 60 percent of the walls are covered by glass (3).
GreaterThanSixtyPercentDefines the case in which greater than 60 percent of the walls are covered by glass (4).
LessThanFivePercentDefines the case in which less than five percent of the walls are covered by glass (1).
UnknownDefines the case in which the percent area of the walls covered by glass is unknown (default) (0).
Remarks
The greater the percent of glass in a wall, the greater the vulnerability to damage, in general.
Inheritance Hierarchy

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

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