<Code Lib>
2026 Method
Changes 0
M

MEPBuildingConstruction.GetConstructions

Description:
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.

public ICollection<Construction> GetConstructions(
	ConstructionType constructionType
)

  • constructionType
    The Construction Type of Building Construction.
Return Value ICollection<Construction> A collection containing Building constructions matching the construction type.

Loading…