MEPBuildingConstruction.SetBuildingConstructionOverride
Method
Description:
Sets the Building Construction override for a ConstructionType.
Sets the Building Construction override for a ConstructionType.
Syntax
public void SetBuildingConstructionOverride(
ConstructionType constructionType,
bool override
)
Parameters
Parameter | Type | Description |
---|---|---|
constructionType | ConstructionType | The ConstructionType to override. |
override | Boolean | True to use analytical construction properties specified in Constructions.xml in the given ConstructionType, false otherwise. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The ConstructionType is invalid. |