Touchstone Re 2023 API Reference
Foundation Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : Foundation Enumeration
Provides a set of descriptors to indicate the form of construction of a building foundation.
Syntax
Public Enum Foundation 
   Inherits System.Enum
Dim instance As Foundation
public enum Foundation : System.Enum 
Members
MemberDescription
ConcreteBasementDefines the case in which the foundation of a building is a concrete basement (2).
CrawlspaceCrippleWallDefines the case in which the foundation of a building is a crawlspace/cripple wall (wood) (4).
CrawlspaceMasonryDefines the case in which the foundation of a building is a masonry crawlspace (5).
CrawlspaceRaisedWoodDefines the case in which a building has a raised crawlspace (wood) (12).
EngineeringFoundationDefines the case in which a building has an engineering foundation (11).
FootingDefines the case in which the foundation of a building is a footing (7).
MasonryBasementDefines the case in which the foundation of a building is a masonry basement (1).
MasonryWallDefines the case in which the foundation of a building is a masonry wall (3).
MatOrSlabDefines the case in which the foundation of a building is a mat / slab (8).
NoBasementDefines the case in which a building has no basement (10).
PileDefines the case in which the foundation of a building is a pile foundation (9).
PostAndPierDefines the case in which the foundation of a building is post and pier (6).
UnknownDefines the case in which the form of construction of a building foundation is unknown (default) (0).
Remarks
Single-family dwellings are often built on basements or on shallow foundations. Most mid-rise buildings are built on mat foundations. High-rise buildings tend to be supported on pile-foundations. Piles are generally better performers in earthquakes.

Note: MasonryWall is no longer supported and, if used, will be mapped to Unknown (default).

For the United Kingdom and Germany inland flood models, only Unknown, MasonryBasement, ConcreteBasement, and NoBasement are applicable. Also, note that NoBasement is not applicable for the U.S. Earthquake model.

Inheritance Hierarchy

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

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