Public Enum TallOneStory Inherits System.Enum
Dim instance As TallOneStory
public enum TallOneStory : System.Enum
Public Enum TallOneStory Inherits System.Enum
Dim instance As TallOneStory
public enum TallOneStory : System.Enum
Member | Description |
---|---|
GreaterThanFortyFeet | Defines the case in which the height of a one-story building is greater than 40 feet (3). |
GreaterThanTwentyFeet | Defines the case in which the height of a one-story building is greater than 20 feet (2). |
LessThanTwentyFeet | Defines the case in which the height of a one-story building is less than or equal to 20 feet (1). |
Unknown | Defines the case in which the height of a one-story building is unknown (default) (0). |
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Exposure.Data.TallOneStory
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