Used to get References to all the faces of the MassZone that are used for Energy Analysis.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public IList<Reference> GetReferencesToEnergyAnalysisFaces() |
| Visual Basic |
|---|
Public Function GetReferencesToEnergyAnalysisFaces As IList(Of Reference) |
| Visual C++ |
|---|
public:
IList<Reference^>^ GetReferencesToEnergyAnalysisFaces() |
Return Value
Array of References to faces of MassZone.
Remarks
See Also