Share

MEPBuildingConstruction.GetBuildingConstructionOverride Method

Gets the Building Construction override for a ConstructionType.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool GetBuildingConstructionOverride(
	ConstructionType constructionType
)

Parameters

constructionType  ConstructionType
The ConstructionType override value to get.

Return Value

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

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The ConstructionType is invalid.

See Also

Reference

Was this information helpful?