MassSurfaceDataIsConceptualConstructionByEnergyData Property

True when the ConceptualConstructionType id is synchronized to the EnergyDataSettings. False when the ConceptualConstructionType id is overridden for this MassSurfaceData.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsConceptualConstructionByEnergyData { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
ArgumentException When setting this property: ConceptualConstructionIsByEnergyData cannot be set to conceptualConstructionIsByEnergyData.
See Also