| Revit 2020.1 API |
| MassSurfaceDataSource Enumeration |
| See Also |
Indicates whether values for the properties of the MassSurfaceData
are synchronized with the EnergyDataSettings of the
document or instead, serve as overrides of those settings.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Syntax
| C# |
|---|
public enum MassSurfaceDataSource |
| Visual Basic |
|---|
Public Enumeration MassSurfaceDataSource |
| Visual C++ |
|---|
public enum class MassSurfaceDataSource |
Members
| Member name | Description |
|---|---|
| Invalid | This value indicates that the parameter has not been properly set. |
| EnergyData | Synchronize with the EnergyDataSettings. |
| Surface | Override the EnergyDataSettings values for the surface. |