Touchstone 11.0 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
FiftyPercent Defines the case in which 50 percent of the external walls are brick veneer (2).
NinetyPercent Defines the case in which 90 percent of the external walls are brick veneer (1).
None Defines the case in which none of the external walls are brick veneer (4).
TwentyFivePercent Defines the case in which 25 percent of the external walls are brick veneer (3).
Unknown Defines 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