2022 Class
Changes 6
C

MassGBXMLExportOptions

Description:
Options used when exporting a gbXML file from a mass model document.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.MassGBXMLExportOptions
public class MassGBXMLExportOptions : IDisposable
Name Return Type Description
C MassGBXMLExportOptions(IList<ElementId>) None Constructs a new instance of the options used to export a mass model to gbXML.
C MassGBXMLExportOptions(IList<ElementId>, IList<ElementId>) None 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.