<Code Lib>
2023 Method
Changes 0
M

MEPBuildingConstruction.SetBuildingConstructionOverride

Description:
Sets the Building Construction override for a ConstructionType.

public void SetBuildingConstructionOverride(
	ConstructionType constructionType,
	bool override
)

  • constructionType
    The ConstructionType to override.
  • Boolean
    override
    True to use analytical construction properties specified in Constructions.xml in the given ConstructionType, false otherwise.

Loading…