RVTDocs.com

MEPBuildingConstruction.SetBuildingConstruction

Method
Description:
Sets the Building Construction of the Project Information.
Remarks:
This function is used to set the Building Construction of the Project Information.
Syntax
public void SetBuildingConstruction(
	ConstructionType constructionType,
	Construction buildingConstruction
)
Parameters
Parameter Type Description
constructionType ConstructionType The Construction Type of Building Construction.
buildingConstruction Construction The Building Construction to be set.
Return Value
Exceptions
Exception Condition
ArgumentNullException buildingConstruction is NULL.
InvalidOperationException Sets construction type to an invalid value. - or - Can not set construction type.