Touchstone 11.0 API Reference
RoofCover Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : RoofCover Enumeration
Provides a set of descriptors to indicate the nature of the material used to cover a roof.
Syntax
Public Enum RoofCover 
   Inherits System.Enum
Dim instance As RoofCover
public enum RoofCover : System.Enum 
Members
MemberDescription
AsphaltShingles Defines the case in which asphalt shingles are used to cover a roof (1).
BuiltUpRoofWithGravel Defines the case in which a roof is a built-up roof with gravel (6).
BuiltUpRoofWithoutGravel Defines the case in which a roof is a built-up roof without gravel (9).
ClayOrConcreteTiles Defines the case in which clay or concrete tiles are used to cover a roof (3).
HurricaneRatedCovering Defines the case in which hurricane-rated roof coverings are used to cover a roof (11).
LightMetalPanels Defines the case in which light metal panels are used to cover a roof (4).
SinglePlyMembrane Defines the case in which a single-ply membrane is used to cover a roof (7).
SinglePlyMembraneBallasted Defines the case in which a single-ply membrane (ballasted) is used to cover a roof (10).
Slate Defines the case in which slate is used to cover a roof (5).
StandingSeamMetalRoof Defines the case in which a roof is a standing seam metal roof (8).
Unknown Defines the case in which the nature of the material used to cover a roof is unknown (default) (0).
WoodenShingles Defines the case in which wooden shingles are used to cover a roof (2).
Remarks
Damage to the roof covering can result in significant water damage to the interior of the building and contents.

The HurricaneRatedCovering option is not applicable with the Australia Bushfire peril.

Inheritance Hierarchy

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

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