Public Enum RoofPitch Inherits System.Enum
Dim instance As RoofPitch
public enum RoofPitch : System.Enum
Public Enum RoofPitch Inherits System.Enum
Dim instance As RoofPitch
public enum RoofPitch : System.Enum
Member | Description |
---|---|
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). |
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Exposure.Data.RoofPitch
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