Sets the Building Construction of the Project Information.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
Remarks
This function is used to set the Building Construction of the Project Information.
See Also
Reference