Touchstone Re 2023 API Reference
RoofGeometry Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : RoofGeometry Enumeration
Provides a set of descriptors to indicate the shape of a roof. The geometry of the roof affects the intensity of wind pressures and the resulting uplift resistance.
Syntax
Public Enum RoofGeometry 
   Inherits System.Enum
Dim instance As RoofGeometry
public enum RoofGeometry : System.Enum 
Members
MemberDescription
ComplexDefines the case in which a roof has a complex shape (4).
FlatDefines the case in which a roof is flat (1).
GableEndWithBracingDefines the case in which a roof has a gable end with bracing (8).
GableEndWithoutBracingDefines the case in which a roof has a gable end without bracing (2).
GambrelDefines the case in which a roof is a gambrel roof (10).
HipDefines the case in which a roof is a hip roof (3).
MansardDefines the case in which a roof is a mansard roof (7).
PyramidDefines the case in which a roof has a pyramid shape (9).
ShedDefines the case in which a roof is a shed roof (6).
SteppedDefines the case in which a roof is stepped (5).
UnknownDefines the case in which the shape of a roof is unknown (default) (0).
Remarks
The geometry of the roof affects the intensity of wind pressures and the resulting uplift resistance.
Inheritance Hierarchy

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

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