Get EnergyDataSettings element and if it exists, return result from getCreateAnalyticalModel.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsDocumentUsingEnergyDataAnalyticalModel(
Document ccda
)
Parameters
- ccda Document
-
The document.
Return Value
Boolean
Returns true if the Conceptual Energy Analytical Model is enabled, false otherwise.
Exceptions
See Also
Reference