ConceptualConstructionWallType Enumeration |
ConceptualConstructionType values for Walls.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum ConceptualConstructionWallType
Public Enumeration ConceptualConstructionWallType
public enum class ConceptualConstructionWallType
type ConceptualConstructionWallType
Members| Member name | Value | Description |
|---|
| HighMassConstructionHighInsulation | 5 |
High Mass Construction High Insulation Wall
|
| HighMassConstructionNoInsulationInterior | 8 |
High Mass Construction No Insulation Interior Wall
|
| HighMassConstructionTypicalColdClimateInsulation | 6 |
High Mass Construction Typical Cold Climate Insulation Wall
|
| HighMassConstructionTypicalMildClimateInsulation | 7 |
High Mass Construction Typical Mild Climate Insulation Wall
|
| InvalidExteriorWallTypeConstruction | -1 |
Invalid value/not set Roof Type Construction value
|
| LightweightConstructionHighInsulation | 0 |
Lightweight Construction High Insulation Wall
|
| LightweightConstructionLowInsulation | 3 |
Lightweight Construction Low Insulation Wall
|
| LightweightConstructionNoInsulationInterior | 4 |
Lightweight Construction No Insulation Interior Wall
|
| LightweightConstructionTypicalColdClimateInsulation | 1 |
Lightweight Construction Typical Cold Climate Insulation Wall
|
| LightweightConstructionTypicalMildClimateInsulation | 2 |
Lightweight Construction Typical Mild Climate Insulation Wall
|
| NumWallTypeConstruction | 9 |
Total Number of Wall Type Constructions
|
See Also