Revit 2026 API
MEPBuilding |
Gets the Building Construction override for a ConstructionType.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool GetBuildingConstructionOverride( ConstructionType constructionType )
Public Function GetBuildingConstructionOverride ( constructionType As ConstructionType ) As Boolean
public: bool GetBuildingConstructionOverride( ConstructionType constructionType )
member GetBuildingConstructionOverride : constructionType : ConstructionType -> bool
Parameters
- constructionType ConstructionType
- The ConstructionType override value to get.
Return Value
BooleanTrue if analytical construction properties specified in Constructions.xml are used for the given ConstructionType, false otherwise.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The ConstructionType is invalid. |
See Also