Share

MEPBuildingConstruction.GetBuildingConstruction Method

Gets the current Building Construction from the project information.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Construction GetBuildingConstruction(
	ConstructionType constructionType
)

Parameters

constructionType  ConstructionType
The Construction Type of Building Construction.

Return Value

Construction
The Building Construction of the Project Information.

Remarks

This function is used to get the Building Construction of the Project Information.

See Also

Reference

Was this information helpful?