Touchstone 11.0 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
Complex Defines the case in which a roof has a complex shape (4).
Flat Defines the case in which a roof is flat (1).
GableEndWithBracing Defines the case in which a roof has a gable end with bracing (8).
GableEndWithoutBracing Defines the case in which a roof has a gable end without bracing (2).
Gambrel Defines the case in which a roof is a gambrel roof (10).
Hip Defines the case in which a roof is a hip roof (3).
Mansard Defines the case in which a roof is a mansard roof (7).
Pyramid Defines the case in which a roof has a pyramid shape (9).
Shed Defines the case in which a roof is a shed roof (6).
Stepped Defines the case in which a roof is stepped (5).
Unknown Defines 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