Touchstone Re 2023 API Reference
Chimney Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : Chimney Enumeration
Provides a set of descriptors to indicate whether a building has a chimney and, if so, the height of the chimney in feet.
Syntax
Public Enum Chimney 
   Inherits System.Enum
Dim instance As Chimney
public enum Chimney : System.Enum 
Members
MemberDescription
HeightGreaterThanFiveFeetDefines the case in which a building has a chimney with a height greater than five feet (4).
HeightLessThanFiveFeetDefines the case in which a building has a chimney with a height less than or equal to five feet (3).
HeightLessThanTwoFeetDefines the case in which a building has a chimney with a height less than or equal to two feet (2).
NoDefines the case in which a building does not have a chimney (1).
UnknownDefines the case in which the chimney height/presence is unknown (default) (0).
Inheritance Hierarchy

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

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