MEPBuildingConstruction.GetBuildingConstructionOverride
Method
Description:
Gets the Building Construction override for a ConstructionType.
Gets the Building Construction override for a ConstructionType.
Parameters
Parameter | Type | Description |
---|---|---|
constructionType | ConstructionType | The ConstructionType override value to get. |
Return Value
Type | Description |
---|---|
Boolean | True if analytical construction properties specified in Constructions.xml are used for the given ConstructionType, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The ConstructionType is invalid. |