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