Public Enum BuildingShape Inherits System.Enum
Dim instance As BuildingShape
public enum BuildingShape : System.Enum
Public Enum BuildingShape Inherits System.Enum
Dim instance As BuildingShape
public enum BuildingShape : System.Enum
Member | Description |
---|---|
Circular | Defines a circular building footprint shape (3). |
Complex | Defines a complex building footprint shape (8). |
HShaped | Defines an H-shaped building footprint shape (7). |
LShaped | Defines an L-shaped building footprint shape (4). |
Rectangle | Defines a rectangular building footprint shape (2). |
Square | Defines a square building footprint shape (1). |
TShaped | Defines a T-shaped building footprint shape (5). |
Unknown | Defines an unknown (default) building footprint shape (0). |
UShaped | Defines a U-shaped building footprint shape (6). |
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Exposure.Data.BuildingShape
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