Public Enum SoftStory Inherits System.Enum
Dim instance As SoftStory
public enum SoftStory : System.Enum
Public Enum SoftStory Inherits System.Enum
Dim instance As SoftStory
public enum SoftStory : System.Enum
Member | Description |
---|---|
No | Defines the case in which a soft story is not present at any floor (1). |
Unknown | Defines the case in which the presence of a soft story at any floor is unknown (default) (0). |
Yes | Defines the case in which a soft story is present at a floor (2). |
Note: Soft story is only enabled if the number of stories is 2
or greater.
System.Object
System.ValueType
System.Enum
AIR.Services.Common.Exposure.Data.SoftStory
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