Touchstone Re 2023 API Reference
ISValue Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : ISValue Enumeration
Provides a set of IS value ranges to indicate the total seismic performance of a building, which accounts for all characteristics that affect the response of a building to an earthquake.
Syntax
Public Enum ISValue 
   Inherits System.Enum
Dim instance As ISValue
public enum ISValue : System.Enum 
Members
MemberDescription
FromEightyFiveOneHundredthsToOneDefines the case in which the IS value of a building is between 0.85 and 1.0 (7).
FromFiftyFiveOneHundredthsToSixtyFiveOneHundredthsDefines the case in which the IS value of a building is between 0.55 and 0.65 (4).
FromFortyFiveOneHundredthsToFiftyFiveOneHundredthsDefines the case in which the IS value of a building is between 0.45 and 0.55 (3).
FromOneToOneAndAQuarterDefines the case in which the IS value of a building is between 1.0 and 1.25 (8).
FromSixtyFiveOneHundredthsToThreeQuartersDefines the case in which the IS value of a building is between 0.65 and 0.75 (5).
FromThreeQuartersToEightyFiveOneHundredthsDefines the case in which the IS value of a building is between 0.75 and 0.85 (6).
FromThreeTenthsToFortyFiveOneHundredthsDefines the case in which the IS value of a building is between 0.3 and 0.45 (2).
GreaterThanOneAndAQuarterDefines the case in which the IS value of a building is greater than 1.25 (9).
LessThanThreeTenthsDefines the case in which the IS value of a building is less than 0.3 (1).
UnknownDefines the case in which the IS value of a building is unknown (default) (0).
Remarks
This value is based on seismic performance evaluation guidelines.

If you use this modifier, all other modifiers are disabled.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.ISValue

Requirements

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

See Also

Reference

AIR.Services.Common.Exposure.Data Namespace