Public Enum GlassPercent Inherits System.Enum
Dim instance As GlassPercent
public enum GlassPercent : System.Enum
Public Enum GlassPercent Inherits System.Enum
Dim instance As GlassPercent
public enum GlassPercent : System.Enum
Member | Description |
---|---|
BetweenFiveAndTwentyPercent | Defines the case in which between 5 and 20 percent of the walls are covered by glass (2). |
BetweenTwentyAndSixtyPercent | Defines the case in which between 20 and 60 percent of the walls are covered by glass (3). |
GreaterThanSixtyPercent | Defines the case in which greater than 60 percent of the walls are covered by glass (4). |
LessThanFivePercent | Defines the case in which less than five percent of the walls are covered by glass (1). |
Unknown | Defines the case in which the percent area of the walls covered by glass is unknown (default) (0). |
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Exposure.Data.GlassPercent
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