Touchstone Re 2023 API Reference
BrickVeneer Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : BrickVeneer Enumeration
Provides a set of descriptors that indicate the percentage of the external walls that are brick veneer.
Syntax
Public Enum BrickVeneer 
   Inherits System.Enum
Dim instance As BrickVeneer
public enum BrickVeneer : System.Enum 
Members
MemberDescription
FiftyPercentDefines the case in which 50 percent of the external walls are brick veneer (2).
NinetyPercentDefines the case in which 90 percent of the external walls are brick veneer (1).
NoneDefines the case in which none of the external walls are brick veneer (4).
TwentyFivePercentDefines the case in which 25 percent of the external walls are brick veneer (3).
UnknownDefines the case in which an unknown (default) percentage of the external walls are brick veneer (0).
Inheritance Hierarchy

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

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