Gets all the Building Constructions corresponding to the specific Construction type.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ICollection<Construction> GetConstructions( ConstructionType constructionType )
Parameters
- constructionType ConstructionType
- The Construction Type of Building Construction.
Return Value
ICollection<Construction>A collection containing Building constructions matching the construction type.