Touchstone Re 2023 API Reference
ShortColumn Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : ShortColumn Enumeration
Provides a set of indicators to specify whether there are short columns in a building.
Syntax
Public Enum ShortColumn 
   Inherits System.Enum
Dim instance As ShortColumn
public enum ShortColumn : System.Enum 
Members
MemberDescription
NoDefines the case in which there are no short columns in a building (1).
UnknownDefines the case in which the presence of short columns in a building is unknown (default) (0).
YesDefines the case in which there are short columns in a building (2).
Remarks
This set of indicators applies to old concrete structures in which the full height of some columns has been restricted by spandrel beams or infill walls. If some of the columns along the perimeter are shorter than the adjacent columns, there is a high chance that the shorter column can no longer bear the loads for which they were originally designed.
Inheritance Hierarchy

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

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