2022 Class
Changes 4
C

GBXMLExportOptions

Description:
Green-Building XML Export options.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.GBXMLExportOptions
public class GBXMLExportOptions : IDisposable
Name Return Type Description
C GBXMLExportOptions() None Constructs a new instance of the options used to export a model in gbXML (green-building) format.
Name Return Type Description
M Dispose() None Releases all resources used by the
Name Return Type Description
P Encoding string The encoding options to go into the processing instruction for the exported gbXML file.
P ExportAnalyticalSystems bool Indicates if the gbXML should contain analytical system elements (e.g., Water Loop, Air System, and Zone Equipment).
P ExportEnergyModelType ExportEnergyModelType The energy model type from which gbXML will be exported.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.