MEPBuildingConstruction.GetConstructions
Description:
Gets all the Building Constructions corresponding to the specific Construction type.
Gets all the Building Constructions corresponding to the specific Construction type.
Remarks:
This function is used to get the Building Construction of the Project Information.
This function is used to get the Building Construction of the Project Information.
public ICollection<Construction> GetConstructions(
ConstructionType constructionType
)
-
constructionTypeThe Construction Type of Building Construction.
Return Value
ICollection<Construction>
A collection containing Building constructions matching the construction type.