Share

MEPBuildingConstruction.SetBuildingConstruction Method

Sets the Building Construction of the Project Information.


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

Syntax

C#

public void SetBuildingConstruction(
	ConstructionType constructionType,
	Construction buildingConstruction
)

Parameters

constructionType  ConstructionType
The Construction Type of Building Construction.
buildingConstruction  Construction
The Building Construction to be set.

Exceptions

ExceptionCondition
ArgumentNullException buildingConstruction is NULL.
InvalidOperationException Sets construction type to an invalid value. - or - Can not set construction type.

Remarks

This function is used to set the Building Construction of the Project Information.

See Also

Reference

Was this information helpful?