ConceptualConstructionFloorSlabType Enumeration |
ConceptualConstructionType values for Floors.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum ConceptualConstructionFloorSlabType
Public Enumeration ConceptualConstructionFloorSlabType
public enum class ConceptualConstructionFloorSlabType
type ConceptualConstructionFloorSlabType
MembersMember name | Value | Description |
---|
LightweightConstructionHighInsulation | 0 |
Lightweight Construction High Insulation Floor
|
LightweightConstructionTypicalInsulation | 1 |
Lightweight Construction Typical Insulation Floor
|
LightweightConstructionLowInsulation | 2 |
Lightweight Construction Low Insulation Floor
|
LightweightConstructionNoInsulationInterior | 3 |
Lightweight Construction No Insulation Interior Floor
|
HighMassConstructionFrigidClimateSlabInsulation | 4 |
High Mass Construction Frigid Climate Insulation Slab
|
HighMassConstructionColdClimateSlabInsulation | 5 |
High Mass Construction Cold Climate Insulation Slab
|
HighMassConstructionTypicalNoInsulation | 6 |
High Mass Construction Typical No Insulation Slab
|
NumFloorSlabTypeConstruction | 7 |
Total number of Floor/Slab Constructions
|
InvalidFloorSlabTypeConstruction | -1 |
Invalid/not set Floor or Slab Type construction value
|
See Also