Touchstone Re 2023 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
AsphaltShinglesDefines the case in which asphalt shingles are used to cover a roof (1).
BuiltUpRoofWithGravelDefines the case in which a roof is a built-up roof with gravel (6).
BuiltUpRoofWithoutGravelDefines the case in which a roof is a built-up roof without gravel (9).
ClayOrConcreteTilesDefines the case in which clay or concrete tiles are used to cover a roof (3).
HurricaneRatedCoveringDefines the case in which hurricane-rated roof coverings are used to cover a roof (11).
LightMetalPanelsDefines the case in which light metal panels are used to cover a roof (4).
SinglePlyMembraneDefines the case in which a single-ply membrane is used to cover a roof (7).
SinglePlyMembraneBallastedDefines the case in which a single-ply membrane (ballasted) is used to cover a roof (10).
SlateDefines the case in which slate is used to cover a roof (5).
StandingSeamMetalRoofDefines the case in which a roof is a standing seam metal roof (8).
UnknownDefines the case in which the nature of the material used to cover a roof is unknown (default) (0).
WoodenShinglesDefines 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