<Code Lib>
2023 Class
Changes 8
C

MassGBXMLExportOptions

Description:
Options used when exporting a gbXML file from a mass model document.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.MassGBXMLExportOptions

[ObsoleteAttribute("This class is deprecated in Revit 2023 and may be removed in a later version of Revit. We suggest you use the 'GBXMLExportOptions' class instead.")]
public class MassGBXMLExportOptions : IDisposable

Name Return Type Description
C MassGBXMLExportOptions(IList<ElementId>) MassGBXMLExportOptions Constructs a new instance of the options used to export a mass model to gbXML.
C MassGBXMLExportOptions(IList<ElementId>, IList<ElementId>) MassGBXMLExportOptions Constructs a new instance of the options used to export a mass model to gbXML.

Name Return Type Description
M Dispose() None Releases all resources used by the
M GetMassIds() IList<ElementId> Gets a list of masses to use as shading surfaces in the exported gbXML--these masses must not have mass floors or mass zones so as not to end up with duplicate surface information in the gbXML output.
M GetMassZoneIds() IList<ElementId> Gets a list of mass zones to analyze in the exported gbXML.

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…