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: 21.0.0.0 (21.1.1.109)
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