Touchstone Re 2023 API Reference
IndustryConstruction Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : IndustryConstruction Enumeration
Provides a set of industry construction type options that you can use for the list of Construction types within the IndustryDataOptions object.
Syntax
Public Enum IndustryConstruction 
   Inherits System.Enum
Dim instance As IndustryConstruction
public enum IndustryConstruction : System.Enum 
Members
MemberDescription
AutomobilesDefines the automobiles industry construction type (9).
ConcreteDefines the concrete industry construction type (3).
LightmetalDefines the light metal industry construction type (7).
MasonryDefines the masonry industry construction type (2).
MobileHomeDefines the mobile home industry construction type (8).
OtherDefines an "other" industry construction type (10).
PrecastConcreteDefines the precast concrete industry construction type (5).
SteelDefines the steel industry construction type (6).
TiltupDefines the tiltup industry construction type (4).
UnknownDefines an unknown industry construction type (11).
WoodDefines the wood industry construction type (1).
Remarks
You use the industry construction type options that you specify in the IndustryDataOptions object to specify Industry Comparison Options and Industry Review Options for Data Quality Analyses.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.IndustryConstruction

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.Data Namespace