Touchstone 11.0 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
Automobiles Defines the automobiles industry construction type (9).
Concrete Defines the concrete industry construction type (3).
Lightmetal Defines the light metal industry construction type (7).
Masonry Defines the masonry industry construction type (2).
MobileHome Defines the mobile home industry construction type (8).
Other Defines an "other" industry construction type (10).
PrecastConcrete Defines the precast concrete industry construction type (5).
Steel Defines the steel industry construction type (6).
Tiltup Defines the tiltup industry construction type (4).
Unknown Defines an unknown industry construction type (11).
Wood Defines 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