MEPBuildingConstruction.SetBuildingConstructionOverride
Description:
Sets the Building Construction override for a ConstructionType.
Sets the Building Construction override for a ConstructionType.
public void SetBuildingConstructionOverride(
ConstructionType constructionType,
bool override
)
-
constructionTypeThe ConstructionType to override.
-
BooleanoverrideTrue to use analytical construction properties specified in Constructions.xml in the given ConstructionType, false otherwise.
-
The ConstructionType is invalid.