<Code Lib>
2025.3 Method
Changes 0
M

MEPBuildingConstruction.SetBuildingConstruction

Description:
Sets the Building Construction of the Project Information.
Remarks:
This function is used to set the Building Construction of the Project Information.

public void SetBuildingConstruction(
	ConstructionType constructionType,
	Construction buildingConstruction
)

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

Loading…