GetBuildingConstructionOverride Method


Gets the Building Construction override for a ConstructionType.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013

Syntax

C#
public bool GetBuildingConstructionOverride(
	ConstructionType constructionType
)
Visual Basic
Public Function GetBuildingConstructionOverride ( _
	constructionType As ConstructionType _
) As Boolean
Visual C++
public:
bool GetBuildingConstructionOverride(
	ConstructionType constructionType
)

Parameters

constructionType
Type: Autodesk.Revit.DB.AnalysisConstructionType
The ConstructionType override value to get.

Return Value

True if analytical construction properties specified in Constructions.xml are used for the given ConstructionType, false otherwise.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException The ConstructionType is invalid.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →