Touchstone Re 2023 API Reference
ColumnBasementType Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : ColumnBasementType Enumeration
Provides a set of indicators to describe the connection between the columns and basement for SRC and steel construction. Specifically, this set of indicators describes whether basement support columns are embedded.
Syntax
Public Enum ColumnBasementType 
   Inherits System.Enum
Dim instance As ColumnBasementType
public enum ColumnBasementType : System.Enum 
Members
MemberDescription
EmbeddedDefines the case in which basement support columns are embedded (3).
MixedDefines the case in which basement support columns are a mixture of embedded and non-embedded (1).
NonEmbeddedDefines the case in which basement support columns are non-embedded (2).
UnknownDefines the case in which the characteristics of the connection between the columns and basement are unknown (default) (0).
Inheritance Hierarchy

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

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