C# Class Revit.SDK.Samples.ProjectInfo.CS.MEPBuildingConstructionWrapper

Wrapper class for MEPBuildingConstruction
Inheritance: IWrapper
ファイルを表示 Open project: AMEE/revit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetConstructions ( Autodesk.Revit.DB.Analysis.ConstructionType constructionType ) : ICollection

Get constructions

MEPBuildingConstructionWrapper ( MEPBuildingConstruction mEPBuildingConstruction ) : System.Collections.Generic

Initializes private variables.

Method Details

GetConstructions() public method

Get constructions
public GetConstructions ( Autodesk.Revit.DB.Analysis.ConstructionType constructionType ) : ICollection
constructionType Autodesk.Revit.DB.Analysis.ConstructionType ConstructionType
return ICollection

MEPBuildingConstructionWrapper() public method

Initializes private variables.
public MEPBuildingConstructionWrapper ( MEPBuildingConstruction mEPBuildingConstruction ) : System.Collections.Generic
mEPBuildingConstruction MEPBuildingConstruction MEPBuildingConstruction
return System.Collections.Generic