MassZone faces come from faces of MassEnergyAnalyticalModel, and those faces have MassSurfaceData or MassLevelData elements associated with them.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- referenceOfZone
- Type: Autodesk.Revit.DB Reference
Reference to face of the MassZone to get data element for.
Return Value
Id of MassSurfaceData or MassLevelData element.Remarks
This element will contain the properties associated with the MassEnergyAnalyticalModel face or MassLevelData that the MassZone Face is derived from.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentException | The input Reference is not a face Reference of this MassZone. |
Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL |