MEPBuildingConstruction.SetBuildingConstructionOverride Method

MEPBuildingConstructionSetBuildingConstructionOverride Method

Sets 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 void SetBuildingConstructionOverride(
	ConstructionType constructionType,
	bool override
)
Public Sub SetBuildingConstructionOverride ( 
	constructionType As ConstructionType,
	override As Boolean
)
public:
void SetBuildingConstructionOverride(
	ConstructionType constructionType, 
	bool override
)
member SetBuildingConstructionOverride : 
        constructionType : ConstructionType * 
        override : bool -> unit 

Parameters

constructionType  ConstructionType
The ConstructionType to override.
override  Boolean
True to use analytical construction properties specified in Constructions.xml in the given ConstructionType, false otherwise.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The ConstructionType is invalid.
See Also