GetConstructions Method


Gets all the Building Constructions corresponding to the specific Construction type.

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

Syntax

C#
public ICollection<Construction> GetConstructions(
	ConstructionType constructionType
)
Visual Basic
Public Function GetConstructions ( _
	constructionType As ConstructionType _
) As ICollection(Of Construction)
Visual C++
public:
ICollection<Construction^>^ GetConstructions(
	ConstructionType constructionType
)

Parameters

constructionType
Type: Autodesk.Revit.DB.AnalysisConstructionType
The Construction Type of Building Construction.

Return Value

A collection containing Building constructions matching the construction type.

Remarks

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

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →