<Code Lib>
2025 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.
  • override
    True to use analytical construction properties specified in Constructions.xml in the given ConstructionType, false otherwise.

Loading…