Touchstone 11.0 API Reference
RoofPitch Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : RoofPitch Enumeration
Provides a set of descriptors to indicate the roof slope.
Syntax
Public Enum RoofPitch 
   Inherits System.Enum
Dim instance As RoofPitch
public enum RoofPitch : System.Enum 
Members
MemberDescription
High Defines the case in which the roof slope is high, that is, greater than 30 degrees (3).
Low Defines the case in which the roof slope is low, that is, less than 10 degrees (1).
Medium Defines the case in which the roof slope is medium, that is, 10 degrees to 30 degrees (2).
Unknown Defines the case in which the roof slope is unknown (default) (0).
Remarks
Low pitch roofs have greater uplift forces acting on the roof as compared to high pitch roofs.
Inheritance Hierarchy

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

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