EnergyDataSettingsExportDefaults Property |
Use for detailed model GreenBuildingXML export.
When this setting is true, all building and space defaults, schedules, and constructions will be exported to GreenBuildingXML.
When this setting is false, only values that are specified on the zone or space will be exported to GreenBuildingXML.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool ExportDefaults { get; set; }
Public Property ExportDefaults As Boolean
Get
Set
public:
property bool ExportDefaults {
bool get ();
void set (bool value);
}
member ExportDefaults : bool with get, set
Property Value
Boolean
See Also